shipkit / shipkit-auto-version

Gradle plugin that helps automating releases by automatically deducing the next Semver version
Apache License 2.0
42 stars 10 forks source link

Support different release tag naming conventions #8

Closed mockitoguy closed 3 years ago

mockitoguy commented 4 years ago

Some projects, such as Apache projects, use "release-x.y.z" naming scheme for the release tags (example). Supporting different schemes allows shipkit-auto-version plugin to be used in those projects.

However, Gobblin is not a good customer of this feature because the team does not want to produce many tags and auto-version plugin works on tags. Due to no perspective customer of this feature, marking it as "maybe".

mockitoguy commented 3 years ago

We will work on it. See https://github.com/shipkit/shipkit-changelog/issues/24