jmongard / Git.SemVersioning.Gradle

Gradle plugin for automatically versioning a project using semantic versioning and conventional commits with change log support based on git commit messages.
https://plugins.gradle.org/plugin/com.github.jmongard.git-semver-plugin
Apache License 2.0
38 stars 4 forks source link

`releaseVersion` should print / log the name of the (local) tag it created #25

Closed sschuberth closed 9 months ago

sschuberth commented 10 months ago

The title says it all :-) That would help to know which tag to push afterwards.

jmongard commented 9 months ago

Version 0.6.0 now prints name of created tag like this:

New tag: 0.39.1

Would you have preferred just the tag name without the "New tag: " text when running in quiet mode?

sschuberth commented 9 months ago

Would you have preferred just the tag name without the "New tag: " text when running in quiet mode?

No, that's fine. What counts is to see the version at all. Thanks!