ci: trigger release on build commits (#67)

This commit is contained in:
j4k0xb 2022-06-26 22:16:02 +02:00 committed by GitHub
parent dc5ff36058
commit 58fa0774c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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