22 lines
580 B
JSON
22 lines
580 B
JSON
{
|
|
"types": {
|
|
"feat": { "title": "🚀 Features" },
|
|
"perf": { "title": "🔥 Performance" },
|
|
"fix": { "title": "🩹 Fixes" },
|
|
"refactor": { "title": "💅 Refactors" },
|
|
"docs": { "title": "📖 Documentation" },
|
|
"types": { "title": "🌊 Types" },
|
|
"chore": { "title": "🏡 Chore" },
|
|
"test": { "title": "🧪 Tests" },
|
|
"style": { "title": "🎨 Styles" },
|
|
"ci": { "title": "🤖 CI" }
|
|
},
|
|
"scopeMap": {},
|
|
"titles": {
|
|
"breakingChanges": "🚨 Breaking Changes"
|
|
},
|
|
"contributors": true,
|
|
"capitalize": true,
|
|
"group": true
|
|
}
|