Skip to content

Commit 329c67b

Browse files
committed
Documentation enhanced concerning issue #888 (#888)
1 parent 7101838 commit 329c67b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/input/docs/configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@ When using `mode: ContinuousDeployment`, the value specified in
137137
`continuous-delivery-fallback-tag` will be used as the pre-release tag for
138138
branches which do not have one specified. Default set to `ci`.
139139

140+
Just to clarify: For a build name without "...-ci-<buildnumber>" or in other
141+
words without a PreReleaseTag (ergo "PreReleaseTag":"" when typing GitVersion)
142+
at the end you would need to set continuous-delivery-fallback-tag to '':
143+
```
144+
mode: ContinuousDeployment
145+
continuous-delivery-fallback-tag: ''
146+
...
147+
```
148+
Doing so can be applicable if you use your master branch as release branch.
149+
140150
### tag-prefix
141151

142152
A regex which is used to trim git tags before processing (eg v1.0.0). Default is

0 commit comments

Comments
 (0)