-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.versionrc.json
35 lines (35 loc) · 1.2 KB
/
.versionrc.json
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
28
29
30
31
32
33
34
35
{
"bumpFiles": [
{
"filename": "version.txt",
"type": "plain-text"
}
],
"commitUrlFormat": " ",
"issueUrlFormat": " ",
"packageFiles": [
{
"filename": "version.txt",
"type": "plain-text"
}
],
"tagPrefix": "release-",
"types": [
{ "type": "feat", "scope": "api", "section": "API: Features" },
{ "type": "fix", "scope": "api", "section": "API: Fixes" },
{ "type": "feat", "scope": "deps", "section": "Dependencies" },
{ "type": "feat", "scope": "terraform", "section": "Terraform" },
{ "type": "fix", "scope": "terraform", "section": "Terraform" },
{ "type": "feat", "scope": "GCP", "section": "GCP: Features" },
{ "type": "fix", "scope": "GCP", "section": "GCP: Fixes" },
{ "type": "feat", "scope": "build", "section": "Build Tools: Features" },
{ "type": "fix", "scope": "build", "section": "Build Tools: Fixes" },
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "docs", "section": "Documentation" },
{ "type": "internal", "hidden": true },
{ "type": "chore", "hidden": true },
{ "type": "test", "hidden": true },
{ "type": "refactor", "hidden": true }
]
}