allow release -f
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m44s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m44s
This commit is contained in:
parent
e8f8356d0d
commit
9198ba98cc
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ if ! git diff-index --quiet --cached HEAD -- ; then
|
|||
echo "Cannot release dirty git tree. Commit your changes to main first."
|
||||
exit 1
|
||||
fi
|
||||
git push
|
||||
git push "$@"
|
||||
git checkout release
|
||||
git merge main
|
||||
git push
|
||||
git reset --hard main
|
||||
git push "$@"
|
||||
git checkout main
|
Loading…
Add table
Reference in a new issue