This project is hosted on Clojars. You can see it here.
Releasing the project requires these steps:
- Run
make testto ensure everything is working as expected. - Set the version number and tag in the
pom.xmlfile, commit the changes. - Use a GitHub project release to release the project and tag (be sure it follows semver)
- Run
make clean buildto test building the project, commit any changes to thepom.xmlfile. - Run
make deployto deploy the project to the Clojars repository. - Update the
pom.xmlinmainto a new minor version, commit the changes.