Files
drafter/.versionrc.json
T
2025-06-03 12:11:23 +05:00

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}}"
}