Skip to content

Commit d2c5438

Browse files
jgreitemannthoughtpolice
authored andcommitted
config-schema: fix default for git.write-change-id-header
#6475 changed the default value for `git.write-change-id-header` to `true` but this was not mirrored in the schema's default, causing the new `test_config_get_yields_values_consistent_with_schema_defaults` to fail.
1 parent 869da38 commit d2c5438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/config-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
"write-change-id-header": {
469469
"type": "boolean",
470470
"description": "Whether the change id should be stored in the Git commit object",
471-
"default": false
471+
"default": true
472472
},
473473
"executable-path": {
474474
"type": "string",

0 commit comments

Comments
 (0)