From ff9eadadfc78d81034894782f6a8a54c71d6e528 Mon Sep 17 00:00:00 2001 From: Hope Tambala Date: Mon, 9 Nov 2020 15:22:17 -0500 Subject: [PATCH] chore: update changelog generation --- .versionrc.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.versionrc.js b/.versionrc.js index 04e3d50a4..62dcb71ad 100644 --- a/.versionrc.js +++ b/.versionrc.js @@ -17,13 +17,13 @@ module.exports = { } ], types: [ - { type: 'chore', section: 'Other chores' }, - { type: 'ci', section: 'Pipeline changes' }, - { type: 'docs', section: 'Documentation changes' }, - { type: 'feat', section: 'New features' }, + { type: 'chore', section: 'Chores' }, + { type: 'ci', section: 'Pipeline Changes' }, + { type: 'docs', section: 'Documentation Changes' }, + { type: 'feat', section: 'New Features' }, { type: 'fix', section: 'Bug fixes' }, { type: 'perf', hidden: true }, - { type: 'refactor', section: 'Code refactors' }, + { type: 'refactor', section: 'Code Refactors' }, { type: 'release', hidden: true }, { type: 'style', hidden: true }, { type: 'test', hidden: true },