diff --git a/.cz-config.js b/.cz-config.js index ae6fb1f113ed41097f11173f1a36a8209e13b1f0..f6ac3cf4f6a1f43963895099fb9897c8d4ce3f9a 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: 'PATCH', name: 'PATCH: Small addition to or revision of the Technical Reference' }, + { value: 'MINOR', name: 'MINOR: Medium addition to or revision of the Technical Reference' }, + { value: 'MAJOR', name: 'MAJOR: 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' },