You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@theborakompanioni My workaround to fix it was to downgrade to version 18.0.5, which was the last version without this issue. Explicitly defining -Prelease.version kind of misses the purpose of using this library.
From version 18.0.6 and so on the NearestVersionLocator only read tags that use v as prefix, as you can see in this commit:
7d369f6
https://github.com/nebula-plugins/nebula-release-plugin/blame/c3850c0a954fafce9064c94ad1c47a58f94381fd/src/main/groovy/nebula/plugin/release/git/command/GitReadCommand.groovy#L115
But the base plugin gradle-git allow users to extend the tagStrategy to define how the git tag will be created, through setting:
or
Shouldn't it to be consider as a bug?
The text was updated successfully, but these errors were encountered: