File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ branches:
141
141
` ` `
142
142
143
143
The options in here are:
144
- - ` tag`: The pre release tag to use for this branch
144
+ - ` tag`: The pre release tag to use for this branch. Use the value `useBranchNameAsTag` to use the branch name instead.
145
+ For example `feature/foo` would become a pre-release tag of `foo` with this value
145
146
- `increment` : the part of the SemVer to increment when GitVersion detects it needs to be (i.e commit after a tag)
146
147
- `preventIncrementOfMergedBranchVersion` : When `release-2.0.0` is merged into master, we want master to build `2.0.0`.
147
148
If `release-2.0.0` is merged into develop we want it to build `2.1.0`, this option prevents incrementing after a versioned branch is merged
You can’t perform that action at this time.
0 commit comments