Skip to content

Commit aca18fc

Browse files
tenekogep13
authored andcommitted
Content <buildnumber> has been escaped to \<buildnumber>
1 parent 329c67b commit aca18fc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/input/docs/configuration.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,17 @@ 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-
```
140+
Just to clarify: For a build name without "...-ci-\<buildnumber>" or in other
141+
words without a `PreReleaseTag` (ergo `"PreReleaseTag":""` in GitVersion's JSON output)
142+
at the end you would need to set `continuous-delivery-fallback-tag` to an empty string (`''`):
143+
144+
```yaml
144145
mode: ContinuousDeployment
145146
continuous-delivery-fallback-tag: ''
146147
...
147148
```
148-
Doing so can be applicable if you use your master branch as release branch.
149+
150+
Doing so can be helpful if you use your `master` branch as a `release` branch.
149151

150152
### tag-prefix
151153

0 commit comments

Comments
 (0)