It would be nice to provide custom matchers to extract the tag versions.
Let's assume that someone has tag names conventions such as PRJ_VersionNumber_RELEASE.
It looks like there's no way to customize the next tag name as well as the latest tag (Name and version as there is no match found with the hardcoded regex matcher).
If possible such a feature could be provided via a closure in the same way as the versionStrategy extension point.
It would be nice to provide custom matchers to extract the tag versions.
Let's assume that someone has tag names conventions such as PRJ_VersionNumber_RELEASE.
It looks like there's no way to customize the next tag name as well as the latest tag (Name and version as there is no match found with the hardcoded regex matcher).
If possible such a feature could be provided via a closure in the same way as the versionStrategy extension point.