Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
fix: šŸ› refactor to use theme as base to prep for overrides
Browse files Browse the repository at this point in the history
This also removes "list" as it is/was redundant and causing errors if a
user had a type that did not have a matching list
  • Loading branch information
JeromeFitz committed Mar 2, 2021
1 parent afc31b6 commit 79c7552
Show file tree
Hide file tree
Showing 17 changed files with 1,385 additions and 713 deletions.
3 changes: 1 addition & 2 deletions .git-cz.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"disableEmoji": false,
"format": "{type}{scope}: {emoji}{subject}",
"theme": "default"
"format": "{type}{scope}: {emoji}{subject}"
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Below is default config:
module.exports = {
disableEmoji: false,
format: '{type}{scope}: {emoji}{subject}',
list: ['test', 'feat', 'fix', 'chore', 'docs', 'refactor', 'style', 'ci', 'perf'],
maxMessageLength: 64,
minMessageLength: 3,
questions: ['type', 'scope', 'subject', 'body', 'breaking', 'issues', 'lerna'],
Expand Down
16 changes: 0 additions & 16 deletions build/readme.js

This file was deleted.

136 changes: 0 additions & 136 deletions build/readme.md

This file was deleted.

2 changes: 1 addition & 1 deletion data/gitmoji/index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 79c7552

Please sign in to comment.