summaryrefslogtreecommitdiff
path: root/make-release.sh
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-02-26 14:59:35 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-02-26 14:59:35 +0100
commit293bc20db0f30de54db663ae238c681af90847d9 (patch)
treefaea151e356f59def87b40c33a2b5901cd659e44 /make-release.sh
parent818b96ffbdebf5634eda274f46a1037b49f84114 (diff)
downloadsmarty-293bc20db0f30de54db663ae238c681af90847d9.tar.gz
smarty-293bc20db0f30de54db663ae238c681af90847d9.tar.bz2
smarty-293bc20db0f30de54db663ae238c681af90847d9.zip
fix release tooling to auto-delete changelog files
Diffstat (limited to 'make-release.sh')
-rwxr-xr-xmake-release.sh2
1 files changed, 1 insertions, 1 deletions
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