Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 373 Bytes

RELEASE.markdown

File metadata and controls

28 lines (14 loc) · 373 Bytes

How to release to clojars:

Ensure you have committed

git status

Get a list of tags.

git tag -l

Decide on the next one and tag

git tag 1.0

Build the jar and the Maven pom.xml

lein jar
lein pom

Push the code and tags

git push --tags

Release to clojars

scp target/liberator-1.0.jar pom.xml clojars@clojars.org: