Skip to content
Snippets Groups Projects

Resolve "Clearify git cz keywords"

Merged Michelle Weidling requested to merge 30-clearify-git-cz-keywords into master
Files
2
+ 3
3
module.exports = {
types: [
{ 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: 'PATCH', name: 'PATCH: Small addition to or revision of the TR\'s Markdown files' },
{ value: 'MINOR', name: 'MINOR: Medium addition to or revision of the TR\'s Markdown files' },
{ value: 'MAJOR', name: 'MAJOR: Huge contribution to or revision of the TR\'s Markdown files' },
{ value: 'feat', name: 'feat: A new feature' },
{ value: 'fix', name: 'fix: A bug fix' },
{ value: 'docs', name: 'docs: General documentation-only changes' },
Loading