git-describe
There are 9 repositories under git-describe topic.
qoomon/maven-git-versioning-extension
This extension will set project version, based on current Git branch or tag.
qoomon/gradle-git-versioning-plugin
This extension will set project version, based on current Git branch or tag.
fabianoriccardi/git-describe-arduino
A script to automate sketch versioning for Arduino IDE based on git tag.
idelsink/vue-cli-plugin-git-describe
Vue CLI git-describe plugin
pete4abw/gitdescribe
Utility to get versioning information for a project from the git describe command
idelsink/git-describeify
Browserify tranform to require Git describe information at transform time.
thatInfrastructureGuy/git-describe
Embeds git-describe output in your Golang binary. Alternative to 'go build -ldflags -X version=' command.
thombashi/gh-git-describe
gh extension to execute `git describe` on a remote GitHub repository.
slimhazard/gogitversion
gogitversion generates a Go source file that declares a const for a version string, whose contents are the output of 'git describe'.