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 origin X.X.X

    This will automatically create a release on GitHub.

  5. 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 is a website building & hosting documentation for Clojure/Script libraries

× close