Skip to content
Snippets Groups Projects
Commit 0b01a035 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

PATCH(.cz-config.js): make commitizen type descriptions compliant to SemVer

parent 01d68d06
No related branches found
No related tags found
1 merge request!23feat: make the repo commitizen friendly
module.exports = { module.exports = {
types: [ types: [
{ value: 'tr-s', name: 'tr-s: Small addition to or revision of the Technical Reference' }, { value: 'PATCH', name: 'PATCH: 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: 'MINOR', name: 'MINOR: 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: 'MAJOR', name: 'MAJOR: Huge contribution to or revision of the Technical Reference' },
{ value: 'feat', name: 'feat: A new feature' }, { value: 'feat', name: 'feat: A new feature' },
{ value: 'fix', name: 'fix: A bug fix' }, { value: 'fix', name: 'fix: A bug fix' },
{ value: 'docs', name: 'docs: General documentation-only changes' }, { value: 'docs', name: 'docs: General documentation-only changes' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment