Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 947 Bytes

RELEASE.md

File metadata and controls

18 lines (14 loc) · 947 Bytes

How to Release

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

Releasing the project requires these steps:

  1. Run make test to ensure everything is working as expected.
  2. Set the version number and tag in the pom.xml file, commit the changes.
  3. Use a GitHub project release to release the project and tag (be sure it follows semver)
  4. Run make clean build to test building the project, commit any changes to the pom.xml file.
  5. Run make deploy to deploy the project to the Clojars repository.
  6. Update the pom.xml in main to a new minor version, commit the changes.