3.0.1 • Published 9 months ago

commitlint-plugin-semantic-commit-emoji v3.0.1

Weekly downloads
5
License
LGPL-3.0-only
Repository
github
Last release
9 months ago

commitlint-plugin-semantic-commit-emoji

Commitlint plugin for extra rules and compatible parsing for semantic-commit-emoji.

Installation

It is recommended that you configure commitlint with commitlint-config-semantic-commit-emoji instead. However, if you needed to use the parser manually for semantic-release or any conventional-changelog compatible parsing you can use the following:

yarn add --dev commitlint-plugin-semantic-commit-emoji
const { parserOpts } = require("commitlint-plugin-semantic-commit-emoji/dist/parser");
const preset = "conventionalcommits";

module.exports = {
  plugins: [["@semantic-release/commit-analyzer", { preset, parserOpts }]],
};
2.0.3

9 months ago

2.0.2

9 months ago

3.0.1

9 months ago

3.0.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago