mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
25 lines
418 B
JSON
25 lines
418 B
JSON
{
|
|
"branches": [
|
|
"main",
|
|
{
|
|
"name": "dev",
|
|
"prerelease": true
|
|
}
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@semantic-release/commit-analyzer", {
|
|
"releaseRules": [
|
|
{ "type": "build", "scope": "Needs bump", "release": "patch" }
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/exec",
|
|
{
|
|
"verifyReleaseCmd": "echo ${nextRelease.version} > .VERSION"
|
|
}
|
|
]
|
|
]
|
|
}
|