ci: Change bumping commit scope

This commit is contained in:
oSumAtrIX
2023-07-30 02:49:08 +02:00
parent 0ba2c51676
commit 1790f0d706

View File

@@ -10,7 +10,7 @@
[
"@semantic-release/commit-analyzer", {
"releaseRules": [
{ "type": "build", "scope": "needs-bump", "release": "patch" }
{ "type": "build", "scope": "Needs bump", "release": "patch" }
]
}
],