Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 351 Bytes

File metadata and controls

11 lines (8 loc) · 351 Bytes

Testing

Run ./test.sh and ensure both CLJ and CLJS tests pass.

Releasing

  1. Increment last element of version number in both ./project.clj and ./README.md.
  2. git commit -am "v${number}" && git push origin
  3. Create a git tag: git tag v${number} && git push origin v${number}
  4. Run lein deploy clojars.