Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 731 Bytes

RELEASING.md

File metadata and controls

24 lines (17 loc) · 731 Bytes

Releasing

Anybody with write access to this repository can release a new version and deploy it to Clojars. To do this, first make sure your local main branch is sync'd with main on github:

git checkout main
git pull

Now run this command:

./release.sh

The release.sh script creates a git tag with the project's current version and pushes it to github. This will trigger a GithubAction that tests and uploads JAR files to Clojars.

Credentials

There is a github secret named CLOJARS_DEPLOY_TOKEN that contains a clojars token.