fix branch name in release script

This commit is contained in:
Simon Wisselink
2024-03-18 15:16:08 +01:00
parent 409802db04
commit 204f3bc74e

View File

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