2022-03-21 15:19:51 +00:00
|
|
|
{
|
|
|
|
"branches": [
|
|
|
|
"main",
|
|
|
|
{
|
|
|
|
"name": "dev",
|
|
|
|
"prerelease": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"plugins": [
|
2023-05-06 21:18:07 +00:00
|
|
|
[
|
|
|
|
"@semantic-release/commit-analyzer", {
|
|
|
|
"releaseRules": [
|
|
|
|
{ "type": "build", "scope": "revanced-patcher", "release": "patch" }
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2022-03-21 15:19:51 +00:00
|
|
|
"@semantic-release/release-notes-generator",
|
|
|
|
"@semantic-release/changelog",
|
2022-06-16 09:39:24 +00:00
|
|
|
"gradle-semantic-release-plugin",
|
2022-03-21 15:19:51 +00:00
|
|
|
[
|
|
|
|
"@semantic-release/git",
|
|
|
|
{
|
|
|
|
"assets": [
|
2022-07-08 19:17:39 +00:00
|
|
|
"README.md",
|
2022-03-21 15:19:51 +00:00
|
|
|
"CHANGELOG.md",
|
2022-12-17 12:43:14 +00:00
|
|
|
"gradle.properties",
|
2022-08-28 20:24:45 +00:00
|
|
|
"patches.json"
|
2022-03-21 15:19:51 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2022-05-13 18:06:34 +00:00
|
|
|
[
|
|
|
|
"@semantic-release/github",
|
|
|
|
{
|
|
|
|
"assets": [
|
|
|
|
{
|
|
|
|
"path": "build/libs/*.jar"
|
2022-08-29 13:31:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "patches.json"
|
2022-05-13 18:06:34 +00:00
|
|
|
}
|
2022-12-31 20:12:07 +00:00
|
|
|
],
|
|
|
|
successComment: false
|
2022-05-13 18:06:34 +00:00
|
|
|
}
|
2022-12-13 23:28:02 +00:00
|
|
|
],
|
|
|
|
[
|
|
|
|
"@saithodev/semantic-release-backmerge",
|
|
|
|
{
|
2023-02-22 15:39:49 +00:00
|
|
|
backmergeBranches: [{"from": "main", "to": "dev"}],
|
2022-12-18 22:22:39 +00:00
|
|
|
clearWorkspace: true
|
2022-12-13 23:28:02 +00:00
|
|
|
}
|
2022-05-13 18:06:34 +00:00
|
|
|
]
|
2022-03-21 15:19:51 +00:00
|
|
|
]
|
|
|
|
}
|