Please don't create "snapshot" releases. Consider instead:
lein install?Steps to prepare in making a new release:
Make sure CI is green.
Update changes.md with any differences in behavior.
Places where version number should be updated:
resources/EASTWOOD_VERSIONUpdate the changelog in changes.md
Commit all of those changes.
Tag it with a version tag, e.g.:
% git tag -a v1.4.1 -m "1.4.1"
'git push' by default does not push tags to the remote server. To cause that to happen, use:
% git push origin --tags
Then release to Clojars.org via the CI integration.
Can you improve this documentation? These fine people already did:
vemv & Andy FingerhutEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |