Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infra: changelog generation #1304

Merged
merged 7 commits into from
Jan 21, 2023
11 changes: 11 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"types": [
{ "type": "feat", "scope": "locale", "section": "New Locales" },
{ "type": "feat", "section": "Features" },
{ "type": "refactor", "scope": "locale", "section": "Changed Locales" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "refactor", "hidden": true }
]
}