Skip to content

Commit e76b55c

Browse files
committed
style: remove confusing emojis from changelog.config.js
Closes: #337 (comment) Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 43ec924 commit e76b55c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

changelog.config.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -30,62 +30,62 @@ module.exports = {
3030
build: {
3131
description:
3232
"Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
33-
emoji: "🏗",
33+
emoji: "",
3434
value: "build",
3535
},
3636
chore: {
3737
description: "Build process or auxiliary tool changes",
38-
emoji: "🤖",
38+
emoji: "",
3939
value: "chore",
4040
},
4141
ci: {
4242
description: "CI related changes",
43-
emoji: "🎡",
43+
emoji: "",
4444
value: "ci",
4545
},
4646
docs: {
4747
description: "Documentation only changes",
48-
emoji: "✏️",
48+
emoji: "",
4949
value: "docs",
5050
},
5151
feat: {
5252
description: "A new feature",
53-
emoji: "🎸",
53+
emoji: "",
5454
value: "feat",
5555
},
5656
fix: {
5757
description: "A bug fix",
58-
emoji: "🐛",
58+
emoji: "",
5959
value: "fix",
6060
},
6161
perf: {
6262
description: "A code change that improves performance",
63-
emoji: "⚡️",
63+
emoji: "",
6464
value: "perf",
6565
},
6666
refactor: {
6767
description: "A code change that neither fixes a bug or adds a feature",
68-
emoji: "💡",
68+
emoji: "",
6969
value: "refactor",
7070
},
7171
release: {
7272
description: "Create a release commit",
73-
emoji: "🏹",
73+
emoji: "",
7474
value: "release",
7575
},
7676
revert: {
7777
description: "Reverts a previous commit",
78-
emoji: "",
78+
emoji: "",
7979
value: "revert",
8080
},
8181
style: {
8282
description: "Markup, white-space, formatting, missing semi-colons...",
83-
emoji: "💄",
83+
emoji: "",
8484
value: "style",
8585
},
8686
test: {
8787
description: "Adding missing tests",
88-
emoji: "💍",
88+
emoji: "",
8989
value: "test",
9090
},
9191
},

0 commit comments

Comments
 (0)