Skip to content

Commit

Permalink
chore: add changelogrc
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 14, 2024
1 parent fa99bde commit 3286fa1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .changelogrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"header": "Changelog",
"types": [
{ "type": "feat", "section": "🌟 Features" },
{ "type": "fix", "section": "πŸ› Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "section": "πŸ“– Documentation" },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "section": "πŸš€ Performance" },
{ "type": "test", "hidden": true }
]
}

0 comments on commit 3286fa1

Please sign in to comment.