Liking cljdoc? Tell your friends :D

Releasing

  1. Update the version number in these places:

  2. Update CHANGELOG.md. We follow the guidelines from keepachangelog.com and Semantic Versioning

  3. Commit changes, create a PR, merge the PR into master.

  4. Create a signed tag at the release commit. git tag -s X.X.X -m "X.X.X Release" && git push X.X.X

  5. From the release commit, run lein deploy clojars, which will build and upload the plugin jar to the Clojars repository. You will need to be a member of the lein-monolith Clojars group.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close