2023-09-17 00:13:37 +02:00
|
|
|
{
|
|
|
|
"branches": [
|
|
|
|
{ "name": "main" },
|
|
|
|
{ "name": "rc", "prerelease": true }
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
[
|
|
|
|
"@semantic-release/commit-analyzer",
|
|
|
|
{
|
|
|
|
"preset": "conventionalcommits"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@semantic-release/release-notes-generator",
|
|
|
|
{
|
|
|
|
"preset": "conventionalcommits"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@semantic-release/git",
|
|
|
|
{}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@semantic-release/github",
|
2024-07-18 11:12:13 +02:00
|
|
|
{
|
|
|
|
"assets": [
|
|
|
|
{ "path": "build/yanic*" }
|
|
|
|
]
|
|
|
|
}
|
2023-09-17 00:13:37 +02:00
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|