-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcz-config.js
32 lines (32 loc) Β· 1.15 KB
/
cz-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module.exports = {
types: [
{ value: 'β¨ feat', name: 'β¨ feat:\tμλ‘μ΄ κΈ°λ₯ μΆκ°' },
{ value: 'π fix', name: 'π fix:\tλ²κ·Έ μμ ' },
{ value: 'π docs', name: 'π docs:\t리λλ―Έ μμ ' },
{ value: 'π
design', name: 'π
design:\tUI, UX κ΄λ ¨ μ½λ μμ ' },
{
value: 'π style',
name: 'π style:\tμ½λ format μμ (not production, UI,UX code)',
},
{
value: '𫧠refactor',
name: '𫧠refactor:\t리ν©ν λ§',
},
{
value: 'π§ chore',
name: 'π§ chore:\tμμ λ²μ μμ (ex. μ½λ©νΈ, μ£Όμ)',
},
{ value: 'π move', name: 'π move:\tνμΌ λ° ν΄λ μμΉ λ³κ²½' },
{ value: 'π rename', name: 'π rename:\tνμΌ λ° ν΄λ μ΄λ¦ λ³κ²½' },
{ value: 'ποΈ remove', name: 'ποΈ remove:\tνμΌ λ° ν΄λ μμ ' },
{ value: 'π· ci', name: 'π· ci:\tCI/CD κ΄λ ¨ μμ ' },
{ value: 'π§ wip', name: 'π§ wip:\tμμ
μ€' },
{
value: 'β
test',
name: 'β
test:\tν
μ€νΈ μ½λ κ΄λ ¨',
},
],
subjectLimit: 50,
skipQuestions: ['body', 'footer'],
skipEmptyScopes: true,
};