Skip to content

Commit 0669f77

Browse files
authored
Merge pull request #37 from pss-aileen/FIX/#36-change-normal-prefix
🐝 FIX: NORMAL の PREFIX を新しいものに変更 (#36)
2 parents c4180f4 + 0106d2b commit 0669f77

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

dist/data/data.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"constant": "normal-feature",
1212
"prefixIcon": "💕",
1313
"prefixText": "FEAT",
14-
"description": "メソッド、条件分岐、改良、ファイル追加した時"
14+
"description": "新機能の追加"
1515
},
1616
{
1717
"id": "1",
18-
"constant": "normal-refactor",
19-
"prefixIcon": "🫶",
20-
"prefixText": "REFACTOR",
21-
"description": "機能を変えずにコードを書き換えた時"
18+
"constant": "normal-fix",
19+
"prefixIcon": "🐝",
20+
"prefixText": "FIX",
21+
"description": "不具合の修正"
2222
},
2323
{
2424
"id": "2",
@@ -29,24 +29,24 @@
2929
},
3030
{
3131
"id": "3",
32-
"constant": "normal-fix",
33-
"prefixIcon": "🐝",
34-
"prefixText": "FIX",
35-
"description": "不具合の修正"
32+
"constant": "normal-style",
33+
"prefixIcon": "🎨",
34+
"prefixText": "STYLE",
35+
"description": "スタイルの変更"
3636
},
3737
{
3838
"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": "その他なんでも"
4343
},
4444
{
4545
"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"
5050
}
5151
]
5252
},

0 commit comments

Comments
 (0)