Skip to content

Commit 440325e

Browse files
infra: changelog generation (#1304)
1 parent 54cc87d commit 440325e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.versionrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"types": [
3+
{ "type": "feat", "scope": "locale", "section": "New Locales" },
4+
{ "type": "feat", "section": "Features" },
5+
{ "type": "refactor", "scope": "locale", "section": "Changed Locales" },
6+
{ "type": "fix", "section": "Bug Fixes" },
7+
{ "type": "chore", "hidden": true },
8+
{ "type": "docs", "hidden": true },
9+
{ "type": "refactor", "hidden": true }
10+
]
11+
}

0 commit comments

Comments
 (0)