-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
36 lines (36 loc) · 1.32 KB
/
release-please-config.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
36
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
},
{ "type": "ci", "section": "CI Changes", "hidden": false },
{
"type": "refactor",
"section": "Refactored Code",
"hidden": false
},
{
"type": "docs",
"section": "Documentation changes",
"hidden": false
},
{ "type": "test", "section": "Test changes", "hidden": false },
{ "type": "build", "section": "Build changes" }
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}