Skip to content

Commit

Permalink
feat(docs): add an emoji for the docs type
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jan 22, 2022
1 parent 27cf9a8 commit ddfce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writer-opts.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function getWriterOpts() {
} else if (shouldDiscard) {
return;
} else if (commit.type === `docs`) {
commit.type = `Documentation`;
commit.type = `:books: Documentation`;
} else if (commit.type === `style`) {
commit.type = `Styles`;
} else if (commit.type === `refactor`) {
Expand Down

0 comments on commit ddfce34

Please sign in to comment.