-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
32 lines (32 loc) · 1.12 KB
/
release-please-config.json
File metadata and controls
32 lines (32 loc) · 1.12 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
{
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"packages": {
".": {
"release-type": "node",
"package-name": "armor",
"include-component-in-tag": false,
"extra-files": [
{
"type": "json",
"path": "web/package.json",
"jsonpath": "$.version"
},
"app.js",
"config/swagger.js",
"packaging/config/version.yaml",
"packaging/omnios/man/armor.yaml.5"
],
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "style", "section": "Miscellaneous", "hidden": true },
{ "type": "refactor", "section": "Miscellaneous", "hidden": true },
{ "type": "perf", "section": "Performance", "hidden": false },
{ "type": "test", "section": "Miscellaneous", "hidden": true }
]
}
}
}