diff --git a/changelog/930.md b/changelog/930.md deleted file mode 100644 index d9af7c2a..00000000 --- a/changelog/930.md +++ /dev/null @@ -1 +0,0 @@ -- Fix incorrect compilation of expressions when escape_html=true [#930](https://github.com/smarty-php/smarty/pull/930) \ No newline at end of file diff --git a/changelog/935.md b/changelog/935.md deleted file mode 100644 index 735a2af9..00000000 --- a/changelog/935.md +++ /dev/null @@ -1 +0,0 @@ -- Add template path to CompilerException to enable rich debug features [#935](https://github.com/smarty-php/smarty/issues/935) \ No newline at end of file diff --git a/changelog/939.md b/changelog/939.md deleted file mode 100644 index ae676749..00000000 --- a/changelog/939.md +++ /dev/null @@ -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) \ No newline at end of file diff --git a/make-release.sh b/make-release.sh index a096dc3b..2b6db0d7 100755 --- a/make-release.sh +++ b/make-release.sh @@ -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