fix release tooling to auto-delete changelog files

This commit is contained in:
Simon Wisselink
2024-02-26 14:59:35 +01:00
parent 818b96ffbd
commit 293bc20db0
4 changed files with 1 additions and 4 deletions

View File

@@ -1 +0,0 @@
- Fix incorrect compilation of expressions when escape_html=true [#930](https://github.com/smarty-php/smarty/pull/930)

View File

@@ -1 +0,0 @@
- Add template path to CompilerException to enable rich debug features [#935](https://github.com/smarty-php/smarty/issues/935)

View File

@@ -1 +0,0 @@
- Add support for implode, substr and json_encode as modifiers/functions in templates [#939](https://github.com/smarty-php/smarty/issues/939)

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