We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a799e commit c053aa7Copy full SHA for c053aa7
changelogithub.config.json
@@ -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