Skip to content

Commit

Permalink
fix release tooling to 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 818b96f commit 293bc20
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion changelog/930.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/935.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/939.md

This file was deleted.

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 src/Smarty.php
git add changelog CHANGELOG.md src/Smarty.php
git commit -m "version bump"

git checkout master
Expand Down

0 comments on commit 293bc20

Please sign in to comment.