auto-delete changelog files

This commit is contained in:
Simon Wisselink
2024-02-26 14:58:37 +01:00
parent 5d0dd09632
commit f4152e9b81

View File

@@ -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