BMAD-METHOD/.releaserc.json

28 lines
529 B
JSON
Raw Normal View History

2025-06-14 20:09:20 -05:00
{
"branches": [
{
"name": "main",
"prerelease": "beta",
"channel": "beta"
},
{
"name": "stable",
"channel": "latest"
}
],
2025-06-14 20:09:20 -05:00
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md",
"changelogTitle": ""
}
],
2025-06-14 20:21:25 -05:00
"@semantic-release/npm",
"./tools/semantic-release-sync-installer.js",
2025-06-14 20:09:20 -05:00
"@semantic-release/github"
]
}