-
-
Notifications
You must be signed in to change notification settings - Fork 298
Expand file tree
/
Copy path.versionrc.json
More file actions
19 lines (19 loc) · 727 Bytes
/
.versionrc.json
File metadata and controls
19 lines (19 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"skip": { "tag": true },
"packageFiles": [{ "filename": "lerna.json", "type": "json" }],
"bumpFiles": [{ "filename": "lerna.json", "type": "json" }],
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "spike", "section": "Work in Progress" },
{ "type": "breaking", "section": "Breaking" },
{ "type": "enhance", "section": "Enhancements" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "release", "section": "Release" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": false },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}