aboutsummaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorIvar Refsdal <refsdal.ivar@gmail.com>2022-06-22 10:26:16 +0200
committerIvar Refsdal <refsdal.ivar@gmail.com>2022-06-22 10:26:16 +0200
commit7cf016c691fc08c81138fc592a7657087151c3ca (patch)
tree72a429990e4873d2fb1d576c0279923dc52b1606 /release.sh
parentRelease 0.2.55\nSet version numbers for change log (diff)
downloadfiinha-7cf016c691fc08c81138fc592a7657087151c3ca.tar.gz
fiinha-7cf016c691fc08c81138fc592a7657087151c3ca.tar.xz
Release 0.2.56
Fix line break issue? Added support for `:yoltq/queue-id` metadata on functions
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index cf0f09f..d27d125 100755
--- a/release.sh
+++ b/release.sh
@@ -23,9 +23,11 @@ sed -i "s/HEAD/v$VERSION/g" ./README.md
git add pom.xml README.md
git commit -m "Release $VERSION"
git reset --soft HEAD~2
-git commit -m"Release $VERSION\n$MSG"
+git commit -m"Release $VERSION
+$MSG"
-git tag -a v"$VERSION" -m "Release v$VERSION\n$MSG"
+git tag -a v"$VERSION" -m "Release v$VERSION
+$MSG"
git push --follow-tags --force
clojure -X:deploy