semantic-release-commit-analyzer-github-labels
v0.1.0
Published
Use GitHub PR labels instead of commit messages.
Downloads
4
Readme
semantic-release-commit-analyzer-github-labels
Use GitHub PR labels instead of commit messages for semantic releases.
module.exports = {
analyzeCommits: [
{
path: 'semantic-release-commit-analyzer-github-labels',
majorLabel: 'major: breaking change',
minorLabel: 'minor: new feature',
patchLabel: 'patch: bug fixes',
internalLabel: 'internal: tests/docs/etc',
},
],
};