crate icon indicating copy to clipboard operation
crate copied to clipboard

Create git tags when releasing

Open emezeske opened this issue 13 years ago • 1 comments

I'd like to request that you create a git tag when you release new jars to clojars (or something equivalent). I'm trying to track down a bug, and it's unclear to me which revision of the source code that jar was built from (and whether, in fact, it was built from any revision that I can see, and not a private local branch).

emezeske avatar May 22 '12 04:05 emezeske

In case anyone else runs across this, I discovered that the META-INF/maven/emezeske/crate/pom.xml file contained in the jar contains a git commit reference. So it's not that hard to figure out what revision a jar came from. :)

emezeske avatar May 22 '12 04:05 emezeske