diff --git a/src/.versionrc b/src/.versionrc new file mode 100644 index 000000000..d60bc8b98 --- /dev/null +++ b/src/.versionrc @@ -0,0 +1,15 @@ +{ + "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": "chore", "section": "Chore"}, + {"type": "revert", "section": "Reverts"} + ] +}