fix release tooling to support/5 branch

This commit is contained in:
Simon Wisselink
2024-03-27 23:05:16 +01:00
parent 0972503aef
commit 569cef71d0

View File

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