-
-
Notifications
You must be signed in to change notification settings - Fork 599
Expand file tree
/
Copy path.versionrc
More file actions
27 lines (27 loc) · 747 Bytes
/
.versionrc
File metadata and controls
27 lines (27 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"types": [
{"type":"feat","section":"Features"},
{"type":"fix","section":"Bug Fixes"},
{"type":"test","section":"Tests", "hidden": true},
{"type":"build","section":"Build System"},
{"type":"ci","hidden":true}
],
"bumpFiles": [
{
"filename": "Packages/com.github.homuler.mediapipe/package.json",
"type": "json"
},
{
"filename": ".github/ISSUE_TEMPLATE/bug_report.yml",
"updater": "issue-template-version-updater.js"
},
{
"filename": ".github/ISSUE_TEMPLATE/build-install-issue.yml",
"updater": "issue-template-version-updater.js"
},
{
"filename": ".github/ISSUE_TEMPLATE/support.yml",
"updater": "issue-template-version-updater.js"
}
]
}