1
mirror of https://github.com/revanced/revanced-patcher synced 2024-11-24 05:16:22 +01:00

ci: bump on scope needs-bump

This commit is contained in:
oSumAtrIX 2023-07-23 04:33:55 +02:00
parent 69e4a49065
commit ac2ca8fbd3
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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",