UNPKG

azion-theme

Version:
63 lines (62 loc) 1.4 kB
{ "branches": [ "main", { "name": "stage", "prerelease": true, "channel": "stage" } ], "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "parserOpts": { "headerPattern": "^(\\[ISSUE-.*])?\\s?(\\w+):\\s(.*)$", "headerCorrespondence": [ "scope", "type", "subject" ] } } ], [ "@semantic-release/release-notes-generator", { "preset": "conventionalcommits", "parserOpts": { "headerPattern": "^(\\[ISSUE-.*])?\\s?(\\w+):\\s(.*)$", "headerCorrespondence": [ "scope", "type", "subject" ] }, "options": { "preset": { "name": "conventionalchangelog", "issuePrefixes": [ "ISSUE-" ], "issueUrlFormat": "https://github.com/aziontech/azion-theme/issues/{id}" } } } ], "@semantic-release/npm", "@semantic-release/changelog", [ "@semantic-release/git", { "assets": [ "package.json", "CHANGELOG.md" ], "message": "chore(release): ${nextRelease.version} \n\n[skip ci]\n${nextRelease.notes}" } ], "@semantic-release/github" ] }