Skip to content

Commit

Permalink
chore: add Standard Version
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 5, 2023
1 parent 9d7cdde commit afc330e
Show file tree
Hide file tree
Showing 3 changed files with 3,587 additions and 1,369 deletions.
42 changes: 42 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"types": [
{
"type": "feat",
"section": "✨ Features"
},
{
"type": "fix",
"section": "πŸ› Bug Fixes"
},
{
"type": "chore",
"hidden": false,
"section": "🚚 Chores"
},
{
"type": "docs",
"hidden": false,
"section": "πŸ“ Documentation"
},
{
"type": "style",
"hidden": false,
"section": "πŸ’„ Styling"
},
{
"type": "refactor",
"hidden": false,
"section": "♻️ Code Refactoring"
},
{
"type": "perf",
"hidden": false,
"section": "⚑️ Performance Improvements"
},
{
"type": "test",
"hidden": false,
"section": "βœ… Testing"
}
]
}
Loading

0 comments on commit afc330e

Please sign in to comment.