From 63f9ce562bf10efd5619399983efa9ac5ee7c500 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 15 Aug 2022 13:32:34 +0200 Subject: refactor: Remove changelog gen --- server/build_and_push.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server') diff --git a/server/build_and_push.sh b/server/build_and_push.sh index f1aaa5d..6031fab 100755 --- a/server/build_and_push.sh +++ b/server/build_and_push.sh @@ -51,10 +51,6 @@ echo if [[ $REPLY =~ ^[Yy]$ ]] then read -p "Enter tag message (can be empty): " TAG_MESSAGE - commit_msg="chore(release): Update CHANGELOG.md for $NEW_VERSION" - git cliff -r ../ $OLD_VERSION..HEAD --with-commit "$commit_msg" --prepend CHANGELOG.md - git add CHANGELOG.md - git commit --quiet -m "$commit_msg"; git tag -am "$TAG_MESSAGE" $NEW_VERSION fi -- cgit v1.3