Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 223 Bytes

RELEASE.md

File metadata and controls

13 lines (9 loc) · 223 Bytes

Releases

To tag a version for release:

$ clj -A:release tag --patch (or --minor, --major)

After pushing a tagged commit, build+deploy will be triggered automatically on CircleCI.

git push --follow-tags