forked from baptisteArno/typebot.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmoji-changelogrc
More file actions
94 lines (94 loc) 路 1.71 KB
/
Copy path.gitmoji-changelogrc
File metadata and controls
94 lines (94 loc) 路 1.71 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"commitMapping": [
{
"group": "added",
"label": "New features",
"emojis": ["sparkles"]
},
{
"group": "changed",
"label": "UI/UX Improvements",
"emojis": [
"zap",
"lipstick",
"pushpin",
"wheelchair",
"speech_balloon",
"children_crossing",
"iphone",
"globe_with_meridians"
]
},
{
"group": "content",
"label": "Content",
"emojis": ["memo", "pencil"]
},
{
"group": "internal",
"label": "Internal",
"emojis": [
"recycle",
"wrench",
"alien",
"truck",
"bento",
"card_file_box",
"building_construction",
"fire",
"lock"
]
},
{
"group": "fixed",
"label": "Fixed",
"emojis": [
"bug",
"ambulance",
"apple",
"penguin",
"checkered_flag",
"robot",
"green_apple",
"green_heart",
"pencil2"
]
},
{
"group": "useless",
"label": "Useless",
"emojis": [
"chart_with_upwards_trend",
"construction_worker",
"white_check_mark",
"heavy_plus_sign",
"heavy_minus_sign",
"loud_sound",
"art",
"rotating_light",
"arrow_down",
"arrow_up",
"rewind",
"mute",
"bookmark",
"triangular_flag_on_post",
"hammer"
]
},
{
"group": "removed",
"label": "Removed",
"emojis": []
},
{
"group": "security",
"label": "Security",
"emojis": []
},
{
"group": "misc",
"label": "Miscellaneous",
"emojis": []
}
]
}