From 4658dfb2a57f255e08fac3a89e97f1c2114d7564 Mon Sep 17 00:00:00 2001 From: Leonardo Correa Date: Sat, 26 Mar 2016 22:44:35 +1100 Subject: [PATCH] docs: update example config --- cz-config-EXAMPLE.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/cz-config-EXAMPLE.js b/cz-config-EXAMPLE.js index 047fe0b..bf7a739 100644 --- a/cz-config-EXAMPLE.js +++ b/cz-config-EXAMPLE.js @@ -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']