mirror of
https://github.com/revanced/revanced-integrations
synced 2025-02-19 13:13:15 +01:00
ci: Add custom release rule to create a build release
This commit is contained in:
parent
3368023ff9
commit
2fabdb245f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user