{ "branches": [ "main" ], "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ { "type": "feat", "section": "Features", "release": "minor" }, { "type": "fix", "section": "Bug Fixes", "release": "patch" }, { "type": "docs", "section": "Documentation", "release": "patch" }, { "type": "no-release", "release": false } ], "parserOpts": { "noteKeywords": [ "BREAKING CHANGE", "BREAKING CHANGES", "BREAKING-CHANGE", "BREAKING" ] } } ], [ "@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "parserOpts": { "noteKeywords": [ "BREAKING CHANGE", "BREAKING CHANGES", "BREAKING" ] }, "writerOpts": { "commitsSort": [ "subject", "scope" ] } } ], ["@semantic-release/npm", { "provenance": true }], "@semantic-release/github" ] }