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