Skip to content

Commit e804cf1

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

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,7 +3301,7 @@
33013301
},
33023302
"title": {
33033303
"type": "string",
3304-
"description": "title defines the title of the commit message as defined by the\n conventional commit specification. More information on\n -\u003e https://www.conventionalcommits.org/en/\n\n default:\n default is set to the target name or the target short description\n if the name is not defined."
3304+
"description": "Title is the parsed commit message title (not configurable via YAML).\n The title is automatically generated from the target name or description."
33053305
},
33063306
"body": {
33073307
"type": "string",
@@ -3313,7 +3313,7 @@
33133313
},
33143314
"squash": {
33153315
"type": "boolean",
3316-
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits."
3316+
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if body is not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits. The commit title is always generated from the target name or description."
33173317
}
33183318
},
33193319
"additionalProperties": false,
@@ -3454,7 +3454,7 @@
34543454
},
34553455
"title": {
34563456
"type": "string",
3457-
"description": "title defines the title of the commit message as defined by the\n conventional commit specification. More information on\n -\u003e https://www.conventionalcommits.org/en/\n\n default:\n default is set to the target name or the target short description\n if the name is not defined."
3457+
"description": "Title is the parsed commit message title (not configurable via YAML).\n The title is automatically generated from the target name or description."
34583458
},
34593459
"body": {
34603460
"type": "string",
@@ -3466,7 +3466,7 @@
34663466
},
34673467
"squash": {
34683468
"type": "boolean",
3469-
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits."
3469+
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if body is not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits. The commit title is always generated from the target name or description."
34703470
}
34713471
},
34723472
"additionalProperties": false,
@@ -3550,7 +3550,7 @@
35503550
},
35513551
"title": {
35523552
"type": "string",
3553-
"description": "title defines the title of the commit message as defined by the\n conventional commit specification. More information on\n -\u003e https://www.conventionalcommits.org/en/\n\n default:\n default is set to the target name or the target short description\n if the name is not defined."
3553+
"description": "Title is the parsed commit message title (not configurable via YAML).\n The title is automatically generated from the target name or description."
35543554
},
35553555
"body": {
35563556
"type": "string",
@@ -3562,7 +3562,7 @@
35623562
},
35633563
"squash": {
35643564
"type": "boolean",
3565-
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits."
3565+
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if body is not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits. The commit title is always generated from the target name or description."
35663566
}
35673567
},
35683568
"additionalProperties": false,
@@ -3735,7 +3735,7 @@
37353735
},
37363736
"title": {
37373737
"type": "string",
3738-
"description": "title defines the title of the commit message as defined by the\n conventional commit specification. More information on\n -\u003e https://www.conventionalcommits.org/en/\n\n default:\n default is set to the target name or the target short description\n if the name is not defined."
3738+
"description": "Title is the parsed commit message title (not configurable via YAML).\n The title is automatically generated from the target name or description."
37393739
},
37403740
"body": {
37413741
"type": "string",
@@ -3747,7 +3747,7 @@
37473747
},
37483748
"squash": {
37493749
"type": "boolean",
3750-
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits."
3750+
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if body is not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits. The commit title is always generated from the target name or description."
37513751
}
37523752
},
37533753
"additionalProperties": false,
@@ -3899,7 +3899,7 @@
38993899
},
39003900
"title": {
39013901
"type": "string",
3902-
"description": "title defines the title of the commit message as defined by the\n conventional commit specification. More information on\n -\u003e https://www.conventionalcommits.org/en/\n\n default:\n default is set to the target name or the target short description\n if the name is not defined."
3902+
"description": "Title is the parsed commit message title (not configurable via YAML).\n The title is automatically generated from the target name or description."
39033903
},
39043904
"body": {
39053905
"type": "string",
@@ -3911,7 +3911,7 @@
39113911
},
39123912
"squash": {
39133913
"type": "boolean",
3914-
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits."
3914+
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if body is not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits. The commit title is always generated from the target name or description."
39153915
}
39163916
},
39173917
"additionalProperties": false,
@@ -4011,7 +4011,7 @@
40114011
},
40124012
"title": {
40134013
"type": "string",
4014-
"description": "title defines the title of the commit message as defined by the\n conventional commit specification. More information on\n -\u003e https://www.conventionalcommits.org/en/\n\n default:\n default is set to the target name or the target short description\n if the name is not defined."
4014+
"description": "Title is the parsed commit message title (not configurable via YAML).\n The title is automatically generated from the target name or description."
40154015
},
40164016
"body": {
40174017
"type": "string",
@@ -4023,7 +4023,7 @@
40234023
},
40244024
"squash": {
40254025
"type": "boolean",
4026-
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits."
4026+
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if body is not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits. The commit title is always generated from the target name or description."
40274027
}
40284028
},
40294029
"additionalProperties": false,
@@ -4156,7 +4156,7 @@
41564156
},
41574157
"title": {
41584158
"type": "string",
4159-
"description": "title defines the title of the commit message as defined by the\n conventional commit specification. More information on\n -\u003e https://www.conventionalcommits.org/en/\n\n default:\n default is set to the target name or the target short description\n if the name is not defined."
4159+
"description": "Title is the parsed commit message title (not configurable via YAML).\n The title is automatically generated from the target name or description."
41604160
},
41614161
"body": {
41624162
"type": "string",
@@ -4168,7 +4168,7 @@
41684168
},
41694169
"squash": {
41704170
"type": "boolean",
4171-
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit title and body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if title and body are not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits."
4171+
"description": "squash defines if the commit should be squashed\n\n default:\n \tfalse\n\n important:\n if squash is set to true, then it's highly recommended to set the commit body\n to a meaningful value as all other commit information will be lost during the squash operation.\n\n if body is not set, then the commit title/message will be generated based on the most recent commit\n message of the squashed commits. The commit title is always generated from the target name or description."
41724172
}
41734173
},
41744174
"additionalProperties": false,

0 commit comments

Comments
 (0)