Skip to content

Commit

Permalink
Revert "fix release tooling to support/5 branch"
Browse files Browse the repository at this point in the history
This reverts commit 569cef7.
  • Loading branch information
wisskid committed Apr 5, 2024
1 parent 599bcee commit 5400b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
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 support/5
git checkout master
git pull
git merge --no-ff "release/$1"
git branch -d "release/$1"
Expand Down

0 comments on commit 5400b53

Please sign in to comment.