From ddfce3464038f706a86ea883cf13c9c54795a57c Mon Sep 17 00:00:00 2001 From: TESTELIN Geoffrey Date: Sat, 22 Jan 2022 16:00:31 +0100 Subject: [PATCH] feat(docs): add an emoji for the docs type --- writer-opts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writer-opts.js b/writer-opts.js index 17b8d57..8479b77 100644 --- a/writer-opts.js +++ b/writer-opts.js @@ -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`) {