Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit 772314c

Browse files
committed
docs: add commitizen support
1 parent 6993080 commit 772314c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Angular Leaflet Light
66
[![Travis CI][travis-ci-image] ][travis-ci-url]
77
[![Codacy Badge][codacy-image] ][codacy-url]
88
[![semantic-release][semantic-image] ][semantic-url]
9+
[![Commitizen friendly][commitizen-image] ][commitizen-url]
910

1011
[![Quality][quality-badge] ][quality-url]
1112
[![Coverage Status][coverage-image] ][coverage-url]
@@ -30,6 +31,8 @@ Angular Leaflet Light
3031
[codacy-url]: https://www.codacy.com/public/toutpt/angular-leaflet-light.git
3132
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
3233
[semantic-url]: https://github.com/semantic-release/semantic-release
34+
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
35+
[commitizen-url]: http://commitizen.github.io/cz-cli/
3336

3437
[quality-badge]: http://npm.packagequality.com/shield/angular-leaflet-light.svg
3538
[quality-url]: http://packagequality.com/#?package=angular-leaflet-light

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"babel-loader": "^6.2.4",
3131
"babel-preset-es2015": "^6.6.0",
3232
"coveralls": "^2.11.9",
33+
"cz-conventional-changelog": "^1.1.6",
3334
"dgeni": "^0.4.2",
3435
"dgeni-alive": "^0.2.1",
3536
"grunt": "^1.0.1",
@@ -48,5 +49,10 @@
4849
"semantic-release": "^4.3.5",
4950
"sia": "0.0.9",
5051
"webpack": "^1.13.0"
52+
},
53+
"config": {
54+
"commitizen": {
55+
"path": "./node_modules/cz-conventional-changelog"
56+
}
5157
}
5258
}

0 commit comments

Comments
 (0)