diff --git a/.releaserc.json b/.releaserc.json index 746cf3a..e41daf0 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -9,7 +9,7 @@ "@semantic-release/git", { "assets": ["CHANGELOG.md", "package.json"], - "message": "chore(release): ${nextRelease.version} [CI SKIP]\n\n${nextRelease.notes}" + "message": "chore(release): ${nextRelease.version} [CI SKIP]" } ] ]