File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
docs/input/docs/reference Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ branches:
191
191
is-main-branch: false
192
192
ignore:
193
193
sha: []
194
+ paths: []
194
195
mode: ContinuousDelivery
195
196
label: '{BranchName}'
196
197
increment: Inherit
@@ -208,7 +209,7 @@ tracks-release-branches: false
208
209
is-release-branch: false
209
210
is-main-branch: false
210
211
` ` `
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>
212
213
<!-- endSnippet -->
213
214
214
215
The supported built-in configuration for the `GitHubFlow` workflow (`workflow : GitHubFlow/v1`) looks like:
@@ -315,6 +316,7 @@ branches:
315
316
is-main-branch: false
316
317
ignore:
317
318
sha: []
319
+ paths: []
318
320
mode: ContinuousDelivery
319
321
label: '{BranchName}'
320
322
increment: Inherit
@@ -332,7 +334,7 @@ tracks-release-branches: false
332
334
is-release-branch: false
333
335
is-main-branch: false
334
336
` ` `
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>
336
338
<!-- endSnippet -->
337
339
338
340
The preview built-in configuration (experimental usage only) for the `TrunkBased` workflow (`workflow : TrunkBased/preview1`) looks like:
@@ -424,6 +426,7 @@ branches:
424
426
pre-release-weight: 30000
425
427
ignore:
426
428
sha: []
429
+ paths: []
427
430
mode: ContinuousDelivery
428
431
label: '{BranchName}'
429
432
increment: Inherit
@@ -441,7 +444,7 @@ tracks-release-branches: false
441
444
is-release-branch: false
442
445
is-main-branch: false
443
446
` ` `
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>
445
448
<!-- endSnippet -->
446
449
447
450
The details of the available options are as follows :
You can’t perform that action at this time.
0 commit comments