@@ -39,9 +39,7 @@ tag-prefix: '[abc]'
3939The built-in configuration for the ` GitFlow` workflow (`workflow: GitFlow/v1`) looks like:
4040
4141<!-- snippet : /docs/workflows/GitFlow/v1.yml -->
42-
4342<a id='snippet-/docs/workflows/GitFlow/v1.yml'></a>
44-
4543` ` ` yml
4644assembly-versioning-scheme: MajorMinorPatch
4745assembly-file-versioning-scheme: MajorMinorPatch
@@ -211,17 +209,13 @@ tracks-release-branches: false
211209is-release-branch: false
212210is-main-branch: false
213211` ` `
214-
215212<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-
217213<!-- endSnippet -->
218214
219215The supported built-in configuration for the `GitHubFlow` workflow (`workflow : GitHubFlow/v1`) looks like:
220216
221217<!-- snippet : /docs/workflows/GitHubFlow/v1.yml -->
222-
223218<a id='snippet-/docs/workflows/GitHubFlow/v1.yml'></a>
224-
225219` ` ` yml
226220assembly-versioning-scheme: MajorMinorPatch
227221assembly-file-versioning-scheme: MajorMinorPatch
@@ -340,17 +334,13 @@ tracks-release-branches: false
340334is-release-branch: false
341335is-main-branch: false
342336` ` `
343-
344337<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-
346338<!-- endSnippet -->
347339
348340The preview built-in configuration (experimental usage only) for the `TrunkBased` workflow (`workflow : TrunkBased/preview1`) looks like:
349341
350342<!-- snippet : /docs/workflows/TrunkBased/preview1.yml -->
351-
352343<a id='snippet-/docs/workflows/TrunkBased/preview1.yml'></a>
353-
354344` ` ` yml
355345assembly-versioning-scheme: MajorMinorPatch
356346assembly-file-versioning-scheme: MajorMinorPatch
@@ -454,9 +444,7 @@ tracks-release-branches: false
454444is-release-branch: false
455445is-main-branch: false
456446` ` `
457-
458447<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-
460448<!-- endSnippet -->
461449
462450The details of the available options are as follows :
0 commit comments