diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-08-10 23:48:14 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-08-10 23:48:14 +0200 |
| commit | 98326fe2d3ce30f890cbd56eea2f16e280665011 (patch) | |
| tree | 8c1b7a1b12a1c6c3f77dd93634ddb7f7ade043e9 /apps/portal | |
| parent | ce1a50cbe63b94973e1a74d73427c95d635db5b2 (diff) | |
| download | greatoffice-98326fe2d3ce30f890cbd56eea2f16e280665011.tar.xz greatoffice-98326fe2d3ce30f890cbd56eea2f16e280665011.zip | |
refactor: Remove --with-commit
Diffstat (limited to 'apps/portal')
| -rwxr-xr-x | apps/portal/build_and_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
