perf(git_commit): only use exact match for tag by default (#4281)

This commit is contained in:
David Knaack
2022-08-19 08:27:41 +02:00
committed by GitHub
parent 56f8c0be7c
commit 5984f0829e
4 changed files with 26 additions and 12 deletions
+7
View File
@@ -525,6 +525,7 @@
"only_detached": true,
"style": "green bold",
"tag_disabled": true,
"tag_max_candidates": 0,
"tag_symbol": " 🏷 "
},
"allOf": [
@@ -2799,6 +2800,12 @@
"tag_disabled": {
"default": true,
"type": "boolean"
},
"tag_max_candidates": {
"default": 0,
"type": "integer",
"format": "uint",
"minimum": 0.0
}
}
},