diff --git a/.releaserc.json b/.releaserc.json index 1cf3050..5e506ab 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,29 +1,28 @@ { "branches": [ "main" - ], + ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { - "changelogFile": "CHANGELOG.md", - "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file." + "changelogFile": "CHANGELOG.md", + "changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file." } ], "@semantic-release/github", [ "@semantic-release/git", { - "assets": [ - "CHANGELOG.md" - ], - "message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" - }, - - "successComment": false, - "failTitle": false + "assets": [ + "CHANGELOG.md" + ], + "message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + } ] - ] + ], + "successComment": false, + "failTitle": false }