Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Last active May 8, 2016 23:19
Show Gist options
  • Save jamtur01/04c3e7d996272db04ecf02a18897283f to your computer and use it in GitHub Desktop.
Save jamtur01/04c3e7d996272db04ecf02a18897283f to your computer and use it in GitHub Desktop.
  1. Do a commit bumping the version from x.y.z-SNAPSHOT to x.y.z
  2. lein deploy clojars or mvn deploy
  3. git tag x.y.z
  4. git push --tags
  5. Another commit for x.y.whatever-SNAPSHOT.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment