-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
31 lines (31 loc) · 1.04 KB
/
release-please-config.json
File metadata and controls
31 lines (31 loc) · 1.04 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
{
"packages": {
".": {
"release-type": "simple",
"changelog-path": "CHANGELOG.md",
"include-component-in-tag": false,
"tag-separator": "",
"extra-files": [
{
"type": "yaml",
"path": "charts/eoapi/Chart.yaml",
"jsonpath": "$.version"
},
"charts/eoapi/README.md"
],
"changelog-sections": [
{"type": "feat", "section": "Added"},
{"type": "fix", "section": "Fixed"},
{"type": "refactor", "section": "Changed"},
{"type": "chore", "section": "Maintenance", "hidden": false},
{"type": "docs", "section": "Other", "hidden": false},
{"type": "test", "section": "Other", "hidden": false},
{"type": "ci", "section": "Other", "hidden": false},
{"type": "perf", "section": "Other", "hidden": false},
{"type": "build", "section": "Other", "hidden": false},
{"type": "style", "section": "Other", "hidden": false},
{"type": "revert", "section": "Other", "hidden": false}
]
}
}
}