Fork me on GitHub
#leiningen
<
2017-08-16
>
yonatanel12:08:55

Is anyone here using lein release in a CI system to publish jars? What's the best/common practice in regards to publishing on every commit, or only tagged commits or specific branches? Is anybody using timestamp based versions instead of semver?

danielcompton21:08:24

I'm not aware of any projects that do that

danielcompton21:08:08

Depending on your CI and Git workflow, you might be able to setup a command like lein deploy to be run on any commit to master

danielcompton21:08:16

or on any new tag