Skip to content

Commit 4a4f137

Browse files
chore: chore: update Updatecli jsonschema (#2698)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent d1a7ff4 commit 4a4f137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/schema/latest/policy/manifest/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7987,7 +7987,7 @@
79877987
},
79887988
"sourcebranch": {
79897989
"type": "string",
7990-
"description": "\"sourcebranch\" defines the branch name used as a source to create the new Git branch.\n\ncompatible:\n * target\n\nremark:\n * sourcebranch is required when the scmid is not defined."
7990+
"description": "\"sourcebranch\" defines the branch name used as a source to create the new Git branch.\n\ncompatible:\n * target\n\nremark:\n * sourcebranch is required when the scmid is not defined.\n\ndefault: main"
79917991
}
79927992
},
79937993
"additionalProperties": false,
@@ -16656,7 +16656,7 @@
1665616656
},
1665716657
"sourcebranch": {
1665816658
"type": "string",
16659-
"description": "\"sourcebranch\" defines the branch name used as a source to create the new Git branch.\n\ncompatible:\n * target\n\nremark:\n * sourcebranch is required when the scmid is not defined."
16659+
"description": "\"sourcebranch\" defines the branch name used as a source to create the new Git branch.\n\ncompatible:\n * target\n\nremark:\n * sourcebranch is required when the scmid is not defined.\n\ndefault: main"
1666016660
}
1666116661
},
1666216662
"additionalProperties": false,
@@ -25667,7 +25667,7 @@
2566725667
},
2566825668
"sourcebranch": {
2566925669
"type": "string",
25670-
"description": "\"sourcebranch\" defines the branch name used as a source to create the new Git branch.\n\ncompatible:\n * target\n\nremark:\n * sourcebranch is required when the scmid is not defined."
25670+
"description": "\"sourcebranch\" defines the branch name used as a source to create the new Git branch.\n\ncompatible:\n * target\n\nremark:\n * sourcebranch is required when the scmid is not defined.\n\ndefault: main"
2567125671
}
2567225672
},
2567325673
"additionalProperties": false,

0 commit comments

Comments
 (0)