Skip to content
Daniel Janus edited this page Dec 25, 2015 · 1 revision
  • Bump version number in README.md and project.clj
  • Change the “Unreleased” header to the new version (with date) in NEWS.md
  • Commit the changes with the new version number as commit message
  • Tag the new release and push it out (git push origin master --tags)
  • Release to Clojars (lein deploy clojars)
  • In the next commit:
    • Re-add the “Unreleased” header to NEWS.md
    • Bump the version number in project.clj to one ending in -SNAPSHOT
Clone this wiki locally