Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 489 Bytes

RELEASING.md

File metadata and controls

22 lines (16 loc) · 489 Bytes

Releasing

To release a new version in Clojars, first make sure your local master is sync'd with master on github:

git checkout master
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

Credentials are configured as github secrets: CLOJARS_USERNAME and CLOJARS_PASSWD.