vivin / gradle-semantic-build-versioning

Gradle plugin to generate version-numbers and tags using semantic versioning
MIT License
85 stars 32 forks source link

Feature branch dev workflow #83

Closed tobad357 closed 6 years ago

tobad357 commented 6 years ago

Hi We have a workflow where we use feature branches This means that each dev may be working on the same sub project but in different branches. Is there anyway to get the version suffixed with the branch name (see https://github.com/nebula-plugins/nebula-release-plugin and their shortenedBranchPattern property)

vivin commented 6 years ago

Yes, you can definitely do that. See here for an example.

vivin commented 6 years ago

@tobad357 Did that address your issue?