We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080fb43 commit 77745edCopy full SHA for 77745ed
.versionrc.json
@@ -0,0 +1,12 @@
1
+{
2
+ "types": [
3
+ { "type": "feat", "section": "Features" },
4
+ { "type": "perf", "section": "Performance" },
5
+ { "type": "fix", "section": "Fixes" },
6
+ { "type": "docs", "section": "Documentation" },
7
+ { "type": "chore", "hidden": true },
8
+ { "type": "style", "hidden": true },
9
+ { "type": "refactor", "hidden": true },
10
+ { "type": "test", "hidden": true }
11
+ ]
12
+}
0 commit comments