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

Merge branch '30-clearify-git-cz-keywords' into 'master'

Resolve "Clearify git cz keywords"

Closes #30

See merge request !27
parents 4d1b1edb 22205043
No related branches found
No related tags found
1 merge request!27Resolve "Clearify git cz keywords"
Pipeline #139878 passed with warnings
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' },
......
......@@ -36,6 +36,6 @@ exec < /dev/tty && node_modules/.bin/git-cz --hook || true
We have configured three types of commits for the work on the technical reference that should reflect the extent of your
contribution:
- PATCH: Small addition to or revision of Technical reference.
- MINOR: Medium addition to or revision of Technical reference.
- MAJOR: Huge contribution to or revision of Technical reference.
- PATCH: Small addition to or revision of the Technical Reference's Markdown files.
- MINOR: Medium addition to or revision of the Technical Reference's Markdown files.
- MAJOR: Huge contribution to or revision of the Technical Reference's Markdown files.
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