diff --git a/.cz-config.js b/.cz-config.js index 1ff2c4ddf63e2108679caa844f24e24db9d738d2..ae6fb1f113ed41097f11173f1a36a8209e13b1f0 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' },