Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 2c533f9

Browse files
author
Jennifer Luker
committed
feat($compile): add commitizen wizard for easy commit message creation
Mimic the RxJs commit wizard for use with rxjs-docs. The rxjs-github-bot requires a certain format for git messages. The commitizen and cs-conventional-changelog modules help make that a breeze. No breaking changes. Just an added feature.
1 parent 988b277 commit 2c533f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "rxjs-docs",
33
"version": "0.0.0",
44
"license": "MIT",
5+
"config": {
6+
"commitizen": {
7+
"path": "cz-conventional-changelog"
8+
}
9+
},
510
"scripts": {
611
"ng": "ng",
712
"start": "ng serve",

0 commit comments

Comments
 (0)