diff --git a/.versionrc b/.versionrc new file mode 100644 index 0000000..2807c44 --- /dev/null +++ b/.versionrc @@ -0,0 +1,24 @@ +{ + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "refactor", + "section": "Refactor" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "chore", + "section": "Chore" + } + ] +}