ci: Add custom release rule to create a build release

This commit is contained in:
oSumAtrIX 2024-07-15 00:39:54 +02:00
parent 3368023ff9
commit 2fabdb245f
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",