aboutsummaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 13:49:50 +0200
committerIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 13:49:50 +0200
commitb28837ea804fbc6abd14fae23a92933b9406d5e1 (patch)
tree98f3be6c5d0fc5b9a62b7c73bef7dfe18e01609e /release.sh
parentRelease 0.2.39 (diff)
downloadfiinha-b28837ea804fbc6abd14fae23a92933b9406d5e1.tar.gz
fiinha-b28837ea804fbc6abd14fae23a92933b9406d5e1.tar.xz
Add healthy?, queue-stats functions and default functions for :on-system-error and :on-system-recovery
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/release.sh b/release.sh
index 70f67b5..dec59a2 100755
--- a/release.sh
+++ b/release.sh
@@ -13,8 +13,6 @@ git commit -m "Release $VERSION"
git tag -a v$VERSION -m "Release v$VERSION"
git push --follow-tags
-clojure -M:deploy
+clojure -X:deploy
echo "Released $VERSION"
-
-rm *.pom.asc \ No newline at end of file