summaryrefslogtreecommitdiffstats
path: root/apps/portal
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-08-10 23:49:40 +0200
committerivarlovlie <git@ivarlovlie.no>2022-08-10 23:49:40 +0200
commitddee0490d0c493281c8bb0e6b1fab06c0accfb42 (patch)
tree413bfc9f7b4f80a44964aa9ca8882ad3923351b8 /apps/portal
parentd424588cd5f1ab0601ea29db8e0611b2eac759e3 (diff)
downloadgreatoffice-ddee0490d0c493281c8bb0e6b1fab06c0accfb42.tar.xz
greatoffice-ddee0490d0c493281c8bb0e6b1fab06c0accfb42.zip
refactor: Remove changelog gen
Diffstat (limited to 'apps/portal')
-rwxr-xr-xapps/portal/build_and_push.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/portal/build_and_push.sh b/apps/portal/build_and_push.sh
index 737d413..b3d827d 100755
--- a/apps/portal/build_and_push.sh
+++ b/apps/portal/build_and_push.sh
@@ -42,10 +42,10 @@ 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 --prepend CHANGELOG.md
- git add CHANGELOG.md
- git commit --quiet -m "$commit_msg";
+# commit_msg="chore(release): Update CHANGELOG.md for $NEW_VERSION"
+# 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
fi