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