diff options
Diffstat (limited to 'server')
| -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 |
