Skip to content

Commit

Permalink
style: remove confusing emojis from changelog.config.js
Browse files Browse the repository at this point in the history
Closes: hyperledger-cacti#337 (comment)

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Dec 1, 2020
1 parent 43ec924 commit e76b55c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions changelog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,62 +30,62 @@ module.exports = {
build: {
description:
"Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
emoji: "🏗",
emoji: "",
value: "build",
},
chore: {
description: "Build process or auxiliary tool changes",
emoji: "🤖",
emoji: "",
value: "chore",
},
ci: {
description: "CI related changes",
emoji: "🎡",
emoji: "",
value: "ci",
},
docs: {
description: "Documentation only changes",
emoji: "✏️",
emoji: "",
value: "docs",
},
feat: {
description: "A new feature",
emoji: "🎸",
emoji: "",
value: "feat",
},
fix: {
description: "A bug fix",
emoji: "🐛",
emoji: "",
value: "fix",
},
perf: {
description: "A code change that improves performance",
emoji: "⚡️",
emoji: "",
value: "perf",
},
refactor: {
description: "A code change that neither fixes a bug or adds a feature",
emoji: "💡",
emoji: "",
value: "refactor",
},
release: {
description: "Create a release commit",
emoji: "🏹",
emoji: "",
value: "release",
},
revert: {
description: "Reverts a previous commit",
emoji: "",
emoji: "",
value: "revert",
},
style: {
description: "Markup, white-space, formatting, missing semi-colons...",
emoji: "💄",
emoji: "",
value: "style",
},
test: {
description: "Adding missing tests",
emoji: "💍",
emoji: "",
value: "test",
},
},
Expand Down

0 comments on commit e76b55c

Please sign in to comment.