From 98326fe2d3ce30f890cbd56eea2f16e280665011 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 10 Aug 2022 23:48:14 +0200 Subject: refactor: Remove --with-commit --- apps/portal/build_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/portal') diff --git a/apps/portal/build_and_push.sh b/apps/portal/build_and_push.sh index b2c79b4..737d413 100755 --- a/apps/portal/build_and_push.sh +++ b/apps/portal/build_and_push.sh @@ -43,7 +43,7 @@ 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 cliff -r ../../ $OLD_VERSION..HEAD --prepend CHANGELOG.md git add CHANGELOG.md git commit --quiet -m "$commit_msg"; git tag -am "$TAG_MESSAGE" $NEW_VERSION -- cgit v1.3