2021-02-18 22:21:36 +01:00
|
|
|
{
|
|
|
|
"types": [
|
|
|
|
{ "type": "feat", "section": "Features" },
|
|
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
|
|
{ "type": "chore", "section": "Other changes" },
|
|
|
|
{ "type": "docs", "section": "Documentation changes" },
|
|
|
|
{ "type": "style", "hidden": true },
|
|
|
|
{ "type": "refactor", "hidden": true },
|
|
|
|
{ "type": "perf", "section": "Performance improvements" },
|
|
|
|
{ "type": "test", "hidden": true },
|
|
|
|
{ "type": "build", "section": "Build changes" },
|
|
|
|
{ "type": "ci", "section": "CI/CD configuration changes" }
|
2021-08-29 11:48:16 +02:00
|
|
|
],
|
|
|
|
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}"
|
2021-02-18 22:21:36 +01:00
|
|
|
}
|