lein-git-inject
lein-git-inject copied to clipboard
Leiningen middleware which computes the "version" at build-time - from the ambient git context (think latest tag).
Results
2
lein-git-inject issues
Sort by
recently updated
recently updated
newest added
There is also no need to manually flush the output, since terminal stdout/stderr is line bufferd.
In my batch deployment script I am trying to generate the release version from git describe as mentioned in the README using `git describe --tags --dirty=-SNAPSHOT` (returning for example `1.1.9-7-gf2e285aa-SNAPSHOT`)....