diff --git a/.versionrc b/.versionrc new file mode 100644 index 00000000..47a3b66d --- /dev/null +++ b/.versionrc @@ -0,0 +1,30 @@ +{ + "$schema": "https://raw.githubusercontent.com/conventional-changelog/conventional-changelog-config-spec/refs/heads/master/versions/2.2.0/schema.json", + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "ci", + "hidden": true + }, + { + "type": "docs", + "hidden": true + }, + { + "type": "chore", + "hidden": true + }, + { + "type": "style", + "hidden": true + } + ], + "tagPrefix": "" +} \ No newline at end of file