Skip to content

Commit c053aa7

Browse files
committed
chore(projects): update changelogithub config
1 parent 51a799e commit c053aa7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changelogithub.config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"types": {
3+
"feat": { "title": "🚀 Features" },
4+
"perf": { "title": "🔥 Performance" },
5+
"fix": { "title": "🩹 Fixes" },
6+
"refactor": { "title": "💅 Refactors" },
7+
"docs": { "title": "📖 Documentation" },
8+
"types": { "title": "🌊 Types" },
9+
"chore": { "title": "🏡 Chore" },
10+
"test": { "title": "🧪 Tests" },
11+
"style": { "title": "🎨 Styles" },
12+
"ci": { "title": "🤖 CI" }
13+
},
14+
"scopeMap": {},
15+
"titles": {
16+
"breakingChanges": "🚨 Breaking Changes"
17+
},
18+
"contributors": true,
19+
"capitalize": true,
20+
"group": true
21+
}

0 commit comments

Comments
 (0)