Skip to content
Snippets Groups Projects

feat: make the repo commitizen friendly

Merged Michelle Weidling requested to merge feature/#20-commitizen-friendliness into master
All threads resolved!
+ 3
3
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' },
Loading