UNPKG

@renovatebot/kbpgp

Version:
90 lines (89 loc) 1.68 kB
{ "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/github", { "releasedLabels": false, "successComment": false, "assets": [] } ], "@semantic-release/npm" ], "analyzeCommits": { "releaseRules": [ { "type": "docs", "scope": "readme.md", "release": "patch" }, { "type": "build", "release": "patch" }, { "type": "revert", "release": "patch" } ] }, "preset": "conventionalcommits", "presetConfig": { "types": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "revert", "section": "Reverts" }, { "type": "docs", "section": "Documentation" }, { "type": "style", "section": "Styles" }, { "type": "refactor", "section": "Code Refactoring" }, { "type": "test", "section": "Tests" }, { "type": "build", "section": "Build System" }, { "type": "ci", "section": "Continuous Integration" }, { "type": "chore", "section": "Miscellaneous Chores" } ] }, "tagFormat": "${version}", "branches": [ { "name": "maint/+([0-9])?(.{+([0-9]),x}).x", "range": "${name.replace(/^maint\\//g, '')}" }, "main" ] }