mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-26 06:05:28 +00:00
chore: configure changelog file path in semantic-release config (#448)
Co-authored-by: Murat Ozcan <murat@Murats-MacBook-Pro.local>
This commit is contained in:
parent
fab9d5e1f5
commit
ac360cd0bf
@ -13,7 +13,12 @@
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
[
|
||||
"@semantic-release/changelog",
|
||||
{
|
||||
"changelogFile": "CHANGELOG.md"
|
||||
}
|
||||
],
|
||||
"@semantic-release/npm",
|
||||
"./tools/semantic-release-sync-installer.js",
|
||||
"@semantic-release/github"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user