aboutsummaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
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