semantic-release-commit-analyzer-github-labels
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i semantic-release-commit-analyzer-github-labels

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

7.24 kB

Total Files

5

Last publish

Collaborators

  • milesj