2022-05-07 05:43:56 +02:00
|
|
|
{
|
|
|
|
"branches": [
|
|
|
|
"main",
|
|
|
|
{
|
|
|
|
"name": "dev",
|
|
|
|
"prerelease": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"plugins": [
|
2023-05-06 23:18:08 +02:00
|
|
|
[
|
|
|
|
"@semantic-release/commit-analyzer", {
|
|
|
|
"releaseRules": [
|
2023-07-30 02:12:19 +02:00
|
|
|
{ "type": "build", "scope": "Needs bump", "release": "patch" }
|
2023-05-06 23:18:08 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2022-05-07 05:43:56 +02:00
|
|
|
"@semantic-release/release-notes-generator",
|
|
|
|
"@semantic-release/changelog",
|
2022-06-16 12:09:54 +02:00
|
|
|
"gradle-semantic-release-plugin",
|
2022-05-07 05:43:56 +02:00
|
|
|
[
|
|
|
|
"@semantic-release/git",
|
|
|
|
{
|
|
|
|
"assets": [
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"gradle.properties"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2022-06-14 01:11:54 +02:00
|
|
|
[
|
|
|
|
"@semantic-release/github",
|
|
|
|
{
|
|
|
|
"assets": [
|
|
|
|
{
|
2022-06-14 01:18:15 +02:00
|
|
|
"path": "build/libs/*all.jar"
|
2022-06-14 01:11:54 +02:00
|
|
|
}
|
2022-12-15 00:52:36 +01:00
|
|
|
],
|
|
|
|
successComment: false
|
2022-06-14 01:11:54 +02:00
|
|
|
}
|
2022-12-14 01:13:45 +01:00
|
|
|
],
|
|
|
|
[
|
|
|
|
"@saithodev/semantic-release-backmerge",
|
|
|
|
{
|
2023-02-27 00:57:46 +01:00
|
|
|
backmergeBranches: [{"from": "main", "to": "dev"}],
|
2022-12-14 22:36:22 +01:00
|
|
|
clearWorkspace: true
|
2022-12-14 01:13:45 +01:00
|
|
|
}
|
2022-06-14 01:11:54 +02:00
|
|
|
]
|
2022-05-07 05:43:56 +02:00
|
|
|
]
|
2022-06-14 01:11:54 +02:00
|
|
|
}
|