19.2.0 • Published 2 months ago

@commitlint/cz-commitlint v19.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Commitizen adapter using the commitlint.config.js

@commitlint/cz-commitlint

This is a commitizen adapter, using this adapter, commitizen works based on commitlint.config.js.

Submit by commitizen, lint by commitlint, just need maintain one configuration file, Consistent and Scalable.

The interactive process is inspired by cz-conventional-changelog.

Getting started

Configure commitizen adapter

npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@9  # inquirer is required as peer dependency
# or yarn
yarn add -D @commitlint/cz-commitlint commitizen inquirer@9             # inquirer is required as peer dependency

In package.json

{
  "scripts": {
    "commit": "git-cz"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  }
}

Configure commitlint

⚠️ Important: The required version of commitlint and shared configuration is above 12.1.2, update them if already existed in project

# Install commitlint cli and conventional config
npm install --save-dev @commitlint/config-conventional @commitlint/cli
# or yarn
yarn add @commitlint/config-conventional @commitlint/cli -D

# Simple: config with conventional
echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js

Try it out

git add .
npm run commit
# or yarn
yarn commit

Related

19.2.0

2 months ago

19.1.0

2 months ago

19.0.1

2 months ago

19.0.0

2 months ago

19.0.3

2 months ago

19.0.2

2 months ago

18.6.1

3 months ago

18.6.0

3 months ago

18.5.0

3 months ago

18.4.4

4 months ago

18.4.3

5 months ago

18.4.2

6 months ago

18.4.1

6 months ago

18.4.0

6 months ago

18.2.0

6 months ago

18.1.0

6 months ago

18.0.0

7 months ago

17.6.7

10 months ago

17.7.0

9 months ago

17.8.1

7 months ago

17.7.2

7 months ago

17.8.0

7 months ago

17.7.1

9 months ago

17.5.0

1 year ago

17.4.4

1 year ago

17.4.1

1 year ago

17.4.0

1 year ago

17.4.2

1 year ago

17.3.0

1 year ago

17.2.0

2 years ago

17.1.2

2 years ago

17.1.1

2 years ago

17.1.0

2 years ago

17.0.3

2 years ago

17.0.0

2 years ago

16.2.4

2 years ago

16.3.0

2 years ago

16.2.3

2 years ago

16.1.0

2 years ago

16.0.0

2 years ago

16.2.1

2 years ago

16.0.3

2 years ago

15.0.0

2 years ago

14.1.0

3 years ago

14.0.0

3 years ago

13.2.1

3 years ago

13.2.0

3 years ago

13.1.0

3 years ago

13.0.0

3 years ago

12.1.4

3 years ago

12.1.3

3 years ago

12.1.2

3 years ago

1.0.0

3 years ago