Fix release-script to user support-branch

This commit is contained in:
Simon Wisselink
2023-09-14 11:00:08 +02:00
parent 2ff66e0fcc
commit 17a7d6fb5b

View File

@@ -14,7 +14,7 @@ sed -i "s/const SMARTY_VERSION = '[^']\+';/const SMARTY_VERSION = '$1';/" libs/S
git add CHANGELOG.md libs/Smarty.class.php git add CHANGELOG.md libs/Smarty.class.php
git commit -m "version bump" git commit -m "version bump"
git checkout master git checkout support/4.3
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"