|
11 | 11 | "constant": "normal-feature", |
12 | 12 | "prefixIcon": "💕", |
13 | 13 | "prefixText": "FEAT", |
14 | | - "description": "メソッド、条件分岐、改良、ファイル追加した時" |
| 14 | + "description": "新機能の追加" |
15 | 15 | }, |
16 | 16 | { |
17 | 17 | "id": "1", |
18 | | - "constant": "normal-refactor", |
19 | | - "prefixIcon": "🫶", |
20 | | - "prefixText": "REFACTOR", |
21 | | - "description": "機能を変えずにコードを書き換えた時" |
| 18 | + "constant": "normal-fix", |
| 19 | + "prefixIcon": "🐝", |
| 20 | + "prefixText": "FIX", |
| 21 | + "description": "不具合の修正" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "id": "2", |
|
29 | 29 | }, |
30 | 30 | { |
31 | 31 | "id": "3", |
32 | | - "constant": "normal-fix", |
33 | | - "prefixIcon": "🐝", |
34 | | - "prefixText": "FIX", |
35 | | - "description": "不具合の修正" |
| 32 | + "constant": "normal-style", |
| 33 | + "prefixIcon": "🎨", |
| 34 | + "prefixText": "STYLE", |
| 35 | + "description": "スタイルの変更" |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "id": "4", |
39 | | - "constant": "normal-release", |
40 | | - "prefixIcon": "🚀", |
41 | | - "prefixText": "RELEASE", |
42 | | - "description": "Version 1.0.0" |
| 39 | + "constant": "normal-chore", |
| 40 | + "prefixIcon": "🔧", |
| 41 | + "prefixText": "CHORE", |
| 42 | + "description": "その他なんでも" |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | "id": "5", |
46 | | - "constant": "normal-newProject", |
47 | | - "prefixIcon": "🎉", |
48 | | - "prefixText": "NEW", |
49 | | - "description": "BEGIN NEW PROJECT" |
| 46 | + "constant": "normal-release", |
| 47 | + "prefixIcon": "🚀", |
| 48 | + "prefixText": "RELEASE", |
| 49 | + "description": "VERSION 1.0.0" |
50 | 50 | } |
51 | 51 | ] |
52 | 52 | }, |
|
0 commit comments