Skip to content

Commit

Permalink
fix release tooling to support/5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Mar 27, 2024
1 parent fea0d02 commit 4fec27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 master
git checkout support/5
git pull
git merge --no-ff "release/$1"
git branch -d "release/$1"
Expand Down

0 comments on commit 4fec27c

Please sign in to comment.