0.1.0 • Published 6 years ago

semantic-release-commit-analyzer-github-labels v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

semantic-release-commit-analyzer-github-labels

Build Status

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',
    },
  ],
};