15 lines
745 B
JSON
15 lines
745 B
JSON
{
|
|
"types": [
|
|
{ "type": "feat", "section": "Новые функции" },
|
|
{ "type": "fix", "section": "Исправления ошибок" },
|
|
{ "type": "chore", "hidden": true },
|
|
{ "type": "docs", "section": "Документация" },
|
|
{ "type": "style", "section": "Стилевые изменения" },
|
|
{ "type": "refactor", "section": "Рефакторинг кода" },
|
|
{ "type": "perf", "section": "Оптимизация производительности" },
|
|
{ "type": "test", "section": "Тесты" }
|
|
],
|
|
"commitUrlFormat": "https://github.com/your-username/drafter/commit/{{hash}}",
|
|
"compareUrlFormat": "https://github.com/your-username/drafter/compare/{{previousTag}}...{{currentTag}}"
|
|
}
|