diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-08-15 13:32:34 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-08-15 13:32:34 +0200 |
| commit | 63f9ce562bf10efd5619399983efa9ac5ee7c500 (patch) | |
| tree | 845b08faf12397bb4f9b582c003c5cf3941d6ffc /server/build_and_push.sh | |
| parent | 1216b04de21f03c14a0759aed8b9a99fd3ab89e9 (diff) | |
| download | greatoffice-63f9ce562bf10efd5619399983efa9ac5ee7c500.tar.xz greatoffice-63f9ce562bf10efd5619399983efa9ac5ee7c500.zip | |
refactor: Remove changelog gen
Diffstat (limited to 'server/build_and_push.sh')
| -rwxr-xr-x | server/build_and_push.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
