From 17e5cdce3311beee0cac6819e930ad5318665745 Mon Sep 17 00:00:00 2001 From: Maicol Date: Sat, 22 May 2021 16:03:07 +0200 Subject: [PATCH] build(changelog): Added types to changelog generation --- .chglog/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chglog/config.yml b/.chglog/config.yml index 0f5d033..16a4d90 100644 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -20,8 +20,10 @@ options: - fix - fixed - revert + - rename - refactor - style + - docs - build - ci - chore @@ -30,7 +32,9 @@ options: fix: 🐛 Bug Fixes fixed: 🐛 Bug Fixes perf: ⚡ Performance Improvements + docs: 📝 Docs changes refactor: ♻ Code Refactoring + rename: 🚚 Renamed revert: ⏪ Reverted update: 🔄 Updates build: 👷 Building scripts changes