Run ./test.sh and ensure both CLJ and CLJS tests pass.
- Increment last element of version number in both ./project.clj and ./README.md.
git commit -am "v${number}"&&git push origin- Create a git tag:
git tag v${number}&&git push origin v${number} - Run
lein deploy clojars.