Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 796 Bytes

RELEASE.md

File metadata and controls

17 lines (13 loc) · 796 Bytes

How to Release

This project is hosted on Clojars. You can see it here.

Releasing the project requires these steps:

  1. Set the version number in the project.clj file.
  2. Run lein do clean, test to ensure everything is working as expected.
  3. Use a GitHub project release to release the project and tag (be sure it follows semver)
  4. Run lein deploy clojars to deploy the project to the Clojars repository.
  5. Update main to a new minor version