diff --git a/.releaserc.json b/.releaserc.json index 8484a9f..e03ff5c 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -33,6 +33,13 @@ "assets": ["package.json"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } + ], + [ + "@newbish/changelog", + { + "changelogFile": "CHANGELOG.md", + "branches": ["main"] + } ] ] }