File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -137,15 +137,17 @@ When using `mode: ContinuousDeployment`, the value specified in
137
137
` continuous-delivery-fallback-tag` will be used as the pre-release tag for
138
138
branches which do not have one specified. Default set to `ci`.
139
139
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
144
145
mode: ContinuousDeployment
145
146
continuous-delivery-fallback-tag: ''
146
147
...
147
148
` ` `
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.
149
151
150
152
# ## tag-prefix
151
153
You can’t perform that action at this time.
0 commit comments