allow release -f
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m44s

This commit is contained in:
Daniella / Tove 2024-06-12 11:53:24 +02:00
parent e8f8356d0d
commit 9198ba98cc
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -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