-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmojorc.json
33 lines (33 loc) · 1.2 KB
/
.gitmojorc.json
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
[
{ "tag": "bugs", "emojiName": "bug" },
{ "tag": "build", "emojiName": "hammer" },
{ "tag": "ci", "emojiName": "vertical_traffic_light" },
{ "tag": "config", "emojiName": "wrench", "alias": ["conf"] },
{
"tag": "delete",
"emojiName": "boom",
"alias": ["rm", "trash", "cleanup"]
},
{ "tag": "docker", "emojiName": "whale" },
{ "tag": "documentation", "emojiName": "books", "alias": ["docs", "doc"] },
{ "tag": "deploy", "emojiName": "rocket" },
{
"tag": "feature",
"emojiName": "sparkles",
"alias": ["feat", "feats", "features"]
},
{ "tag": "format", "emojiName": "art", "alias": ["refactoring"] },
{ "tag": "hotfix", "emojiName": "rotating_light", "alias": ["fix"] },
{ "tag": "init", "emojiName": "tada" },
{ "tag": "move", "emojiName": "truck", "alias": ["moving"] },
{ "tag": "pkg", "emojiName": "package", "alias": ["dep"] },
{ "tag": "responsive", "emojiName": "phone", "alias": ["mobile"] },
{ "tag": "revert", "emojiName": "rewind" },
{
"tag": "style",
"emojiName": "lipstick",
"alias": ["css", "sass", "styles", "ui"]
},
{ "tag": "tests", "emojiName": "white_check_mark", "alias": ["test"] },
{ "tag": "wip", "emojiName": "construction" }
]