Skip to content

Commit a39263c

Browse files
committed
Docs changes
1 parent 04f5357 commit a39263c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/input/docs/reference/configuration.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ branches:
191191
is-main-branch: false
192192
ignore:
193193
sha: []
194+
paths: []
194195
mode: ContinuousDelivery
195196
label: '{BranchName}'
196197
increment: Inherit
@@ -208,7 +209,7 @@ tracks-release-branches: false
208209
is-release-branch: false
209210
is-main-branch: false
210211
```
211-
<sup><a href='/docs/workflows/GitFlow/v1.yml#L1-L166' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/GitFlow/v1.yml' title='Start of snippet'>anchor</a></sup>
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>
212213
<!-- endSnippet -->
213214

214215
The supported built-in configuration for the `GitHubFlow` workflow (`workflow: GitHubFlow/v1`) looks like:
@@ -315,6 +316,7 @@ branches:
315316
is-main-branch: false
316317
ignore:
317318
sha: []
319+
paths: []
318320
mode: ContinuousDelivery
319321
label: '{BranchName}'
320322
increment: Inherit
@@ -332,7 +334,7 @@ tracks-release-branches: false
332334
is-release-branch: false
333335
is-main-branch: false
334336
```
335-
<sup><a href='/docs/workflows/GitHubFlow/v1.yml#L1-L115' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/GitHubFlow/v1.yml' title='Start of snippet'>anchor</a></sup>
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>
336338
<!-- endSnippet -->
337339

338340
The preview built-in configuration (experimental usage only) for the `TrunkBased` workflow (`workflow: TrunkBased/preview1`) looks like:
@@ -424,6 +426,7 @@ branches:
424426
pre-release-weight: 30000
425427
ignore:
426428
sha: []
429+
paths: []
427430
mode: ContinuousDelivery
428431
label: '{BranchName}'
429432
increment: Inherit
@@ -441,7 +444,7 @@ tracks-release-branches: false
441444
is-release-branch: false
442445
is-main-branch: false
443446
```
444-
<sup><a href='/docs/workflows/TrunkBased/preview1.yml#L1-L100' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/TrunkBased/preview1.yml' title='Start of snippet'>anchor</a></sup>
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>
445448
<!-- endSnippet -->
446449

447450
The details of the available options are as follows:

0 commit comments

Comments
 (0)