We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63656f commit d656e7bCopy full SHA for d656e7b
github-merge-flow.jsonc
@@ -3,11 +3,25 @@
3
"merge-flow-configurations": {
4
"release/10.0.1xx":{
5
"MergeToBranch": "release/10.0.2xx",
6
- "ExtraSwitches": "-QuietComments"
+ "ExtraSwitches": "-QuietComments",
7
+ "ResetToTargetPaths": [
8
+ "eng/Version.Details.xml",
9
+ "eng/Version.Details.props",
10
+ "eng/common/*",
11
+ "NuGet.config",
12
+ "global.json"
13
+ ]
14
},
15
"release/10.0.2xx":{
16
"MergeToBranch": "main",
17
18
19
20
21
22
23
24
25
}
26
27
0 commit comments