Please don't create "snapshot" releases. Consider instead:
lein install
instead?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_VERSION
Update the changelog in changes.md
Commit all of those changes.
Tag it with a version tag, e.g.:
% git tag -a Release-0.1.2 -m "0.1.2"
'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 is a website building & hosting documentation for Clojure/Script libraries
× close