Update the version number in these places:
Update CHANGELOG.md. We follow the guidelines from keepachangelog.com and Semantic Versioning
Commit changes, create a PR, merge the PR into master.
Create a signed tag at the release commit: git tag -s X.X.X -m "X.X.X Release" && git push origin X.X.X
This will automatically create a release on GitHub.
Deploy the library to Clojars: lein deploy clojars
You will need to be a member of the amperity group on Clojars to push artifacts.
Can you improve this documentation?Edit 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 |