Skip to content

Commit 569cef7

Browse files
committed
fix release tooling to support/5 branch
1 parent 0972503 commit 569cef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ php utilities/update-smarty-version-number.php $1
1515
git add changelog CHANGELOG.md src/Smarty.php
1616
git commit -m "version bump"
1717

18-
git checkout master
18+
git checkout support/5
1919
git pull
2020
git merge --no-ff "release/$1"
2121
git branch -d "release/$1"

0 commit comments

Comments
 (0)