Skip to content

Commit

Permalink
docs: update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoanalista committed Mar 26, 2016
1 parent d671339 commit 4658dfb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions cz-config-EXAMPLE.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,24 @@ module.exports = {
],

scopes: [
/*
{name: 'accounts'},
{name: 'admin'},
{name: 'app'},
{name: 'build'},
{name: 'others'}
*/
{name: 'exampleScope'},
{name: 'changeMe'}
],

//it needs to match the value for field type. Eg.: 'fix'
// it needs to match the value for field type. Eg.: 'fix'
/*
scopeOverrides: {
fix: [
/*
{name: 'merge'},
{name: 'style'},
{name: 'e2eTest'},
{name: 'unitTest'}
*/
]
},
*/

allowCustomScopes: true,
allowBreakingChanges: ['feat', 'fix']
Expand Down

0 comments on commit 4658dfb

Please sign in to comment.