ci(git_commit): update config-schema

Signed-off-by: MahmoudESSE <mahmoudesse@dinopp.site>
This commit is contained in:
MahmoudESSE 2024-09-03 21:49:02 +01:00
parent 6909aee3cc
commit cc3a93aece
No known key found for this signature in database
GPG Key ID: 994D1846502444A4

View File

@ -596,6 +596,7 @@
"commit_hash_length": 7,
"disabled": false,
"format": "[\\($hash$tag\\)]($style) ",
"hash_disabled": false,
"only_detached": true,
"style": "green bold",
"tag_disabled": true,
@ -3453,6 +3454,10 @@
"default": true,
"type": "boolean"
},
"hash_disabled": {
"default": false,
"type": "boolean"
},
"tag_max_candidates": {
"default": 0,
"type": "integer",