Revert "fix release tooling to support/5 branch"

This reverts commit 569cef71d0.
This commit is contained in:
Simon Wisselink
2024-04-05 22:40:31 +02:00
parent 599bcee13e
commit 5400b53edf

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 support/5
git checkout master
git pull
git merge --no-ff "release/$1"
git branch -d "release/$1"