Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 334 Bytes

RELEASING.md

File metadata and controls

5 lines (5 loc) · 334 Bytes
  1. Update version number in version.edn
  2. Git commit, tag, push (git tag -a 0.26.0 -m "0.26.0 release")
  3. cd test-refresh && lein deploy clojars && cd .. (look up clojars auth token for clojars step, use as password)
  4. cd lein-test-refresh && lein deploy clojars && cd ..
  5. Update version number in version.edn and commit