@@ -5,13 +5,11 @@ module.exports = {
55 { value : 'docs' , name : 'docs: Documentation only changes' } ,
66 {
77 value : 'style' ,
8- name :
9- 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc)' ,
8+ name : 'style: Changes that do not affect the meaning of the code\n (white-space, formatting, missing semi-colons, etc)' ,
109 } ,
1110 {
1211 value : 'refactor' ,
13- name :
14- 'refactor: A code change that neither fixes a bug nor adds a feature' ,
12+ name : 'refactor: A code change that neither fixes a bug nor adds a feature' ,
1513 } ,
1614 {
1715 value : 'perf' ,
@@ -20,8 +18,7 @@ module.exports = {
2018 { value : 'test' , name : 'test: Adding missing tests' } ,
2119 {
2220 value : 'chore' ,
23- name :
24- 'chore: Changes to the build process or auxiliary tools\n and libraries such as documentation generation' ,
21+ name : 'chore: Changes to the build process or auxiliary tools\n and libraries such as documentation generation' ,
2522 } ,
2623 { value : 'revert' , name : 'revert: Reverting a commit' } ,
2724 { value : 'WIP' , name : 'WIP: Work in progress' } ,
@@ -47,8 +44,7 @@ module.exports = {
4744 // used if allowCustomScopes is true
4845 customScope : 'Denote the SCOPE of this change:' ,
4946 subject : 'Write a SHORT, IMPERATIVE tense description of the change:\n' ,
50- body :
51- 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n' ,
47+ body : 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n' ,
5248 breaking : 'List any BREAKING CHANGES (optional):\n' ,
5349 footer : 'List any ISSUES CLOSED by this change (optional). E.g.: GH-144:\n' ,
5450 confirmCommit : 'Are you sure you want to proceed with the commit above?' ,
0 commit comments