1.0.7 • Published 4 months ago

@merkle-open/commitlint-conventional-changelog v1.0.7

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

Shared commitlint config npm version

Shareable commitlint config enforcing conventional commits.

Usage

npm install --save-dev husky @commitlint/cli @merkle-open/commitlint-conventional-changelog

package.json

  ...
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
	},
	...
  },
  "commitlint": {
    "extends": [
      "@merkle-open/commitlint-conventional-changelog"
    ]
  },
  ...

License

MIT License

1.0.7

4 months ago

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

11 months ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago