ci: bump on scope needs-bump

This commit is contained in:
oSumAtrIX
2023-07-23 04:33:55 +02:00
parent 69e4a49065
commit ac2ca8fbd3

View File

@@ -7,7 +7,13 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer", {
"releaseRules": [
{ "type": "build", "scope": "needs-bump", "release": "patch" }
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"gradle-semantic-release-plugin",