Skip to content

Tagged Release Checklist

Andy Chambers edited this page Feb 13, 2015 · 1 revision

Integrity is still pre-alpha but lets try to get a solid release checklist going so folks can rely on this

  • Run Tests and watch them all pass lein test
  • Create Release Branch (e.g. release/v1.2.1)
  • Generate and review documentation lein doc && open doc/v0.2.0/index.html
  • Update docstrings as necessary to ensure good looking docs
  • git tag
  • Publish docs to gh-pages
  • Publish jar to clojars lein deploy clojars
Clone this wiki locally