Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit b6b92a4

Browse files
committed
chore(conventional-changelog): add changelogrc.json
1 parent 906c549 commit b6b92a4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.changelogrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"header": "Changelog",
3+
"types": [
4+
{ "type": "feat", "section": "🌟 Features" },
5+
{ "type": "fix", "section": "🐛 Bug Fixes" },
6+
{ "type": "chore", "hidden": true },
7+
{ "type": "docs", "section": "📖 Documentation" },
8+
{ "type": "style", "hidden": true },
9+
{ "type": "refactor", "hidden": true },
10+
{ "type": "perf", "section": "🚀 Performance" },
11+
{ "type": "test", "hidden": true }
12+
]
13+
}

0 commit comments

Comments
 (0)