Skip to content

Commit

Permalink
feat(gitlogme): use conventional changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocasares committed Jan 7, 2019
1 parent 0cf1f41 commit 7fee444
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
43 changes: 43 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"starwars": "^1.0.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.0"
},
Expand Down Expand Up @@ -77,5 +78,10 @@
"taxes",
"tax",
"pit"
]
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 7fee444

Please sign in to comment.