You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ONLY THE VERSION OF THIS FILE IN THE MAIN BRANCH IS USED!
2
+
{
3
+
"merge-flow-configurations": {
4
+
// format of this section is
5
+
// "source-branch-name": {
6
+
// "MergeToBranch": "target-branch-name"
7
+
// },
8
+
"main": {
9
+
// The MergeToBranch property should be presented in the object in order the merge flow to work
10
+
"MergeToBranch": "prerelease",
11
+
// ExtraSwitches is an optional parameter which is accepted by the script: https://github.com/dotnet/arcade/blob/main/.github/workflows/inter-branch-merge-base.yml. Accepted values are similar to the values from the version file: https://github.com/dotnet/versions/blob/main/Maestro/subscriptions.json
12
+
"ExtraSwitches": "-QuietComments"
13
+
},
14
+
"prerelease": {
15
+
"MergeToBranch": "release",
16
+
// ExtraSwitches is an optional parameter which is accepted by the script: https://github.com/dotnet/arcade/blob/main/.github/workflows/inter-branch-merge-base.yml. Accepted values are similar to the values from the version file: https://github.com/dotnet/versions/blob/main/Maestro/subscriptions.json
0 commit comments