-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
38 lines (35 loc) · 1.43 KB
/
release-please-config.json
File metadata and controls
38 lines (35 loc) · 1.43 KB
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
36
37
38
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"separate-pull-requests": true,
"include-component-in-tag": true,
"changelog-sections": [
{ "type": "feat", "section": "Added", "hidden": false },
{ "type": "fix", "section": "Changed", "hidden": false },
{ "type": "change", "section": "Changed", "hidden": false },
{ "type": "deprecate", "section": "Changed", "hidden": false },
{ "type": "revert", "section": "Changed", "hidden": false },
{ "type": "security", "section": "Changed", "hidden": false },
{ "type": "perf", "section": "Changed", "hidden": false },
{ "type": "refactor", "section": "Changed", "hidden": false },
{ "type": "remove", "section": "Removed", "hidden": false },
{ "type": "style", "section": "Misc", "hidden": true },
{ "type": "build", "section": "Misc", "hidden": true },
{ "type": "chore", "section": "Misc", "hidden": true },
{ "type": "test", "section": "Misc", "hidden": true },
{ "type": "deps", "section": "Misc", "hidden": true },
{ "type": "ci", "section": "Misc", "hidden": true },
{ "type": "docs", "section": "Misc", "hidden": true }
],
"packages": {
"cli": {
"release-type": "node",
"changelog-path": "CHANGELOG.md",
"include-v-in-tag": true
},
"api": {
"release-type": "node",
"changelog-path": "CHANGELOG.md",
"include-v-in-tag": true
}
}
}