gradle-git-versioner icon indicating copy to clipboard operation
gradle-git-versioner copied to clipboard

A Gradle plugin to automatically version a project based on commit messages and semantic versioning principles

Results 3 gradle-git-versioner issues
Sort by recently updated
recently updated
newest added

I have a gradle project in a subfolder in git repository. When I import this plugin, could see an error: ``` * What went wrong: A problem occurred configuring project...

Hi, when upgrading to version `1.6.5`, the `tagVersion` task returns following error: ``` Execution failed for task ':tagVersion'. > org.eclipse.jgit.api.errors.TransportException: git@gitlab.*********:***********.git: remote hung up unexpectedly ``` It works flawlessly with...

When you apply this plugin to a project that either does not have an underlying git repository or does not have any commits, an error is thrown and the project...

good first issue