Skip to content

Commit fd5a149

Browse files
committed
Docs changes
1 parent c99ec59 commit fd5a149

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/input/docs/reference/configuration.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ tag-prefix: '[abc]'
3939
The 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
4644
assembly-versioning-scheme: MajorMinorPatch
4745
assembly-file-versioning-scheme: MajorMinorPatch
@@ -211,17 +209,13 @@ tracks-release-branches: false
211209
is-release-branch: false
212210
is-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

219215
The 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
226220
assembly-versioning-scheme: MajorMinorPatch
227221
assembly-file-versioning-scheme: MajorMinorPatch
@@ -340,17 +334,13 @@ tracks-release-branches: false
340334
is-release-branch: false
341335
is-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

348340
The 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
355345
assembly-versioning-scheme: MajorMinorPatch
356346
assembly-file-versioning-scheme: MajorMinorPatch
@@ -454,9 +444,7 @@ tracks-release-branches: false
454444
is-release-branch: false
455445
is-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

462450
The details of the available options are as follows:

0 commit comments

Comments
 (0)