mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-02 07:25:26 +08:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"branches": [
|
|
{
|
|
"name": "main"
|
|
},
|
|
{
|
|
"name": "dev",
|
|
"prerelease": "beta",
|
|
"channel": "beta"
|
|
}
|
|
],
|
|
"plugins": [
|
|
["@semantic-release/commit-analyzer", {
|
|
"preset": "angular"
|
|
}],
|
|
"@semantic-release/release-notes-generator",
|
|
["@semantic-release/github", {
|
|
"successComment": ":tada: This release is now available as ${nextRelease.version}"
|
|
}]
|
|
]
|
|
} |