From f4152e9b814ae2369b6e4935c05e1e0c3654318d Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Mon, 26 Feb 2024 14:58:37 +0100 Subject: [PATCH] auto-delete changelog files --- make-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-release.sh b/make-release.sh index 9b9f05b4..64268e83 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 libs/Smarty.class.php +git add changelog CHANGELOG.md libs/Smarty.class.php git commit -m "version bump" git checkout support/4.3