Skip to content

Commit

Permalink
feat(styleGuide): Add commit message standard
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jun 14, 2017
1 parent db8b14f commit 8b58710
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .vcmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"helpMessage": "\nPlease fix your commit message (and consider using https://www.npmjs.com/package/commitizen)\n",
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"autoFix": false
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"build:docs": "cd docs && npm run build:docs",
"build:copy": "node ./scripts/copy-build-files.js",
"build:source": "tsc --rootDir ./src --outDir ./build",
"publish:next-version": ""
"publish:next-version": "",
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8b58710

Please sign in to comment.