chore: added standard-version

This commit is contained in:
Corentin Thomasset 2022-04-16 13:41:10 +02:00
parent 82606f6a47
commit db21c5a1be
No known key found for this signature in database
GPG key ID: DBD997E935996158
3 changed files with 2696 additions and 2 deletions

14
.versionrc Normal file
View file

@ -0,0 +1,14 @@
{
"types": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation"},
{"type": "style", "section": "Styling"},
{"type": "refactor", "section": "Refactors"},
{"type": "perf", "section": "Performance"},
{"type": "test", "section": "Tests"},
{"type": "build", "section": "Build System"},
{"type": "ci", "section": "CI"},
{"type": "revert", "section": "Reverts"}
]
}