-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cz-config.json
More file actions
27 lines (27 loc) · 1.3 KB
/
Copy path.cz-config.json
File metadata and controls
27 lines (27 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"types": [
{ "value": "feat", "name": "feat - ✨ Новая фича" },
{ "value": "fix", "name": "fix - 🐛 Исправление" },
{ "value": "major", "name": "major - 🧨 Мажорные изменения" },
{ "value": "docs", "name": "docs - 📚 Документация" },
{ "value": "style", "name": "style - 🎨 Стили" },
{ "value": "chore", "name": "chore - 🔧 Разное" },
{ "value": "test", "name": "test - ✅ Тесты" },
{ "value": "refactor", "name": "refactor - ♻️ Рефакторинг" },
{ "value": "build", "name": "build -🏗️ Сборка" }
],
"scopes": [],
"allowCustomScopes": true,
"allowBreakingChanges": ["feat", "fix"],
"messages": {
"type": "Выберите тип коммита:",
"scope": "Выберите область (опционально):",
"customScope": "Введите свою область:",
"subject": "Напишите короткое описание:",
"body": "Напишите подробное описание (опционально):",
"breaking": "Опишите серьезные изменения (опционально):",
"footer": "Метки для закрытия issues (опционально):",
"confirmCommit": "Подтвердите коммит?"
},
"subjectLimit": 100
}