Hello,
This gradle plugin makes a very good job at computing a next version number based on previous tags and commit messages.
The next logical step would be to add a new task to the plugin so that a new tag can be created in the git repository with the computed version number (minus -SNAPSHOT).
At least for the case where the repository is using Lightweight tags this would be a useful addition.
Keep up the good work
Hello,
This gradle plugin makes a very good job at computing a next version number based on previous tags and commit messages.
The next logical step would be to add a new task to the plugin so that a new tag can be created in the git repository with the computed version number (minus -SNAPSHOT).
At least for the case where the repository is using Lightweight tags this would be a useful addition.
Keep up the good work