@@ -39,9 +39,7 @@ tag-prefix: '[abc]'
39
39
The built-in configuration for the ` GitFlow` workflow (`workflow: GitFlow/v1`) looks like:
40
40
41
41
<!-- snippet : /docs/workflows/GitFlow/v1.yml -->
42
-
43
42
<a id='snippet-/docs/workflows/GitFlow/v1.yml'></a>
44
-
45
43
` ` ` yml
46
44
assembly-versioning-scheme: MajorMinorPatch
47
45
assembly-file-versioning-scheme: MajorMinorPatch
@@ -211,17 +209,13 @@ tracks-release-branches: false
211
209
is-release-branch: false
212
210
is-main-branch: false
213
211
` ` `
214
-
215
212
<sup><a href='/docs/workflows/GitFlow/v1.yml#L1-L167' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/GitFlow/v1.yml' title='Start of snippet'>anchor</a></sup>
216
-
217
213
<!-- endSnippet -->
218
214
219
215
The supported built-in configuration for the `GitHubFlow` workflow (`workflow : GitHubFlow/v1`) looks like:
220
216
221
217
<!-- snippet : /docs/workflows/GitHubFlow/v1.yml -->
222
-
223
218
<a id='snippet-/docs/workflows/GitHubFlow/v1.yml'></a>
224
-
225
219
` ` ` yml
226
220
assembly-versioning-scheme: MajorMinorPatch
227
221
assembly-file-versioning-scheme: MajorMinorPatch
@@ -340,17 +334,13 @@ tracks-release-branches: false
340
334
is-release-branch: false
341
335
is-main-branch: false
342
336
` ` `
343
-
344
337
<sup><a href='/docs/workflows/GitHubFlow/v1.yml#L1-L116' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/GitHubFlow/v1.yml' title='Start of snippet'>anchor</a></sup>
345
-
346
338
<!-- endSnippet -->
347
339
348
340
The preview built-in configuration (experimental usage only) for the `TrunkBased` workflow (`workflow : TrunkBased/preview1`) looks like:
349
341
350
342
<!-- snippet : /docs/workflows/TrunkBased/preview1.yml -->
351
-
352
343
<a id='snippet-/docs/workflows/TrunkBased/preview1.yml'></a>
353
-
354
344
` ` ` yml
355
345
assembly-versioning-scheme: MajorMinorPatch
356
346
assembly-file-versioning-scheme: MajorMinorPatch
@@ -454,9 +444,7 @@ tracks-release-branches: false
454
444
is-release-branch: false
455
445
is-main-branch: false
456
446
` ` `
457
-
458
447
<sup><a href='/docs/workflows/TrunkBased/preview1.yml#L1-L101' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/TrunkBased/preview1.yml' title='Start of snippet'>anchor</a></sup>
459
-
460
448
<!-- endSnippet -->
461
449
462
450
The details of the available options are as follows :
0 commit comments