ci: do not release on build commit type

This commit is contained in:
oSumAtrIX 2022-12-15 19:47:32 +01:00
parent d906edbe78
commit 1620305b4a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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