From 01d68d0630b47b67b4e965541e9ba28e94c5e675 Mon Sep 17 00:00:00 2001 From: Michelle Weidling <weidling@sub.uni-goettingen.de> Date: Tue, 26 May 2020 16:07:24 +0200 Subject: [PATCH] style: streamline punctuation --- .cz-config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cz-config.js b/.cz-config.js index 1ff2c4d..ae6fb1f 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -1,8 +1,8 @@ module.exports = { types: [ - { value: 'tr-s', name: 'tr-s: Small addition to or revision of the Technical Reference.' }, - { value: 'tr-m', name: 'tr-m: Medium addition to or revision of the Technical Reference.' }, - { value: 'tr-l', name: 'tr-l: Huge contribution to or revision of the Technical Reference.' }, + { value: 'tr-s', name: 'tr-s: Small addition to or revision of the Technical Reference' }, + { value: 'tr-m', name: 'tr-m: Medium addition to or revision of the Technical Reference' }, + { value: 'tr-l', name: 'tr-l: Huge contribution to or revision of the Technical Reference' }, { value: 'feat', name: 'feat: A new feature' }, { value: 'fix', name: 'fix: A bug fix' }, { value: 'docs', name: 'docs: General documentation-only changes' }, -- GitLab