Skip to content

Commit

Permalink
[ADD] config file for angular convention
Browse files Browse the repository at this point in the history
  • Loading branch information
sfabrizio committed Oct 16, 2016
1 parent b12f06c commit b9c776b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions bin/config.angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"commits": [
{
"tag": "feature",
"desc": "features commits.",
"color": "green"
},
{
"tag": "fix",
"desc": "bug fix commits.",
"color": "red"
},
{
"tag": "docs",
"desc": "documentation commits",
"color": "blue"
},
{
"tag": "style",
"desc": "formatting, missing semi colons.",
"color": "yellow"
},
{
"tag": "refactor",
"desc": "refactor commits.",
"color": "cyan"
},
{
"tag": "test",
"desc": "when adding missing tests.",
"color": "white"
},
{
"tag": "chore",
"desc": "maintain commits",
"color": "magenta"
}
],
"debug": false,
"gitLogDefaultLimit": 50
}

0 comments on commit b9c776b

Please sign in to comment.