BMAD-METHOD/.releaserc.json

23 lines
436 B
JSON
Raw Permalink Normal View History

2025-06-14 20:09:20 -05:00
{
"branches": [
{
"name": "main",
"prerelease": "beta",
"channel": "beta"
}
],
2025-06-14 20:09:20 -05:00
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
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"
]
}