fix release tooling to support/5 branch

This commit is contained in:
Simon Wisselink
2024-03-27 23:05:16 +01:00
parent fea0d02d99
commit 4fec27ccc2

View File

@@ -15,7 +15,7 @@ php utilities/update-smarty-version-number.php $1
git add changelog CHANGELOG.md src/Smarty.php
git commit -m "version bump"
git checkout master
git checkout support/5
git pull
git merge --no-ff "release/$1"
git branch -d "release/$1"