@jsmaestro/commit-changelog

1.0.3 • Public • Published

commit-changelog

의존성 예시

package.json

{
  "name": "YOUR APP",
  "scripts": {
    "commitmsg": "validate-commit-msg",
    "commit": "git-cz",
  },
  "devDependencies": {
    "commitizen": "^2.9.6",
    "@jsmaestro/commit-changelog": "^1.0.0",
    "@jsmaestro/commit-types": "^1.0.0",
    "@jsmaestro/commit-validate": "^1.0.0",
    "husky": "^0.13.4",
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@jsmaestro/commit-changelog"
    },
    "validate-commit-msg": {
      "types": "@jsmaestro/commit-types",
      "scope": {
        "required": false,
        "validate": false
      },
      "warnOnFail": false
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @jsmaestro/commit-changelog

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • jsmaestro