0.0.5 • Published 1 year ago

commitlint-plugin-ticket-ids v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

commitlint-plugin-ticket-ids

GitHub Build Status Maintenance

NPM Version Latest release Latest Pre-release

GitHub Repo stars NPM Downloads (All Time) NPM Downloads (Monthly)

WIP commitlint plugin to verify commits reference branch issue

Usage

  1. Run npm install -D commitlint-plugin-ticket-ids

  2. Add the plugin to your commitlint.config.js plugins array

    module.exports = {
    	plugins: ['ticket-ids'],
    };
  3. Configure your desired rules in your commitlint.config.js file

    module.exports = {
    	rules: {
    		'subject-reference-branch-ticket': [2, 'always'],
    	},
    };
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago