Skip to content

Commit 7d84eaf

Browse files
committed
chore: adjust the regexp for the footer type name under the new schema
1 parent aacdd9b commit 7d84eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/defaults/conventionalcommit.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"type": "object",
109109
"description": "The values associated to this specific commit footer type",
110110
"patternProperties": {
111-
"^[^\\p{Ps}\\p{Pe}\\p{Pi}\\p{Pf}\\p{Cc}\\p{Co}\\p{Cn}\\p{Z}]+$": {
111+
"^\\S.*$": {
112112
"$ref": "#/definitions/commitFooterValue"
113113
}
114114
},

0 commit comments

Comments
 (0)