mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
43 lines
768 B
JSON
43 lines
768 B
JSON
{
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "content",
|
|
"section": "New content"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "style",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "test",
|
|
"hidden": true
|
|
}
|
|
],
|
|
"commitUrlFormat": "https://github.com/mastermindzh/rickvanlieshout.com/commits/{{hash}}",
|
|
"compareUrlFormat": "https://github.com/mastermindzh/rickvanlieshout.com/compare/{{previousTag}}...{{currentTag}}"
|
|
}
|