Skip to content

Commit

Permalink
auto-delete changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskid committed Feb 26, 2024
1 parent 5d0dd09 commit f4152e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Expand Up @@ -12,7 +12,7 @@ git checkout -b "release/$1"
php utilities/update-changelog.php $1
php utilities/update-smarty-version-number.php $1

git add CHANGELOG.md libs/Smarty.class.php
git add changelog CHANGELOG.md libs/Smarty.class.php
git commit -m "version bump"

git checkout support/4.3
Expand Down

0 comments on commit f4152e9

Please sign in to comment.