Commit 8f485f48 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

config: add types

parent a1d2e809
Loading
Loading
Loading
Loading

.versionrc.json

0 → 100644
+13 −0
Original line number Diff line number Diff line
{
  "types": [
    {"type": "feat", "section": "Features"},
    {"type": "fix", "section": "Bug Fixes"},
    {"type": "chore", "hidden": true},
    {"type": "deps", "section": "Dependencies"},
    {"type": "docs", "section": "Documentation"},
    {"type": "style", "hidden": true},
    {"type": "refactor", "hidden": true},
    {"type": "perf", "hidden": true},
    {"type": "test", "hidden": true}
  ]
}
 No newline at end of file