This project is hosted on Clojars. You can see it here.
Releasing the project requires these steps:
- Set the version number in the project.clj file.
- Run
lein do clean, test
to ensure everything is working as expected. - Use a GitHub project release to release the project and tag (be sure it follows semver)
- Run
lein deploy clojars
to deploy the project to the Clojars repository. - Update
main
to a new minor version