We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfe019 commit 0163271Copy full SHA for 0163271
bin/release.sh
@@ -1,2 +1,6 @@
1
#!/bin/sh
2
+# Releases the current version in project.clj and bump to the next :minor version.
3
+# Updates changelog and readme to released version.
4
+# Does not push anything if deployment fails.
5
+# If deployment fails, reset to origin/master and remove the latest tag to reset local repo.
6
lein release :minor
0 commit comments