Files
ds2api/.releaserc.json
CJackHwang ea4de62fc3 Initial commit
Created from https://vercel.com/new
2026-01-21 15:14:49 +00:00

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}"
}]
]
}