-
Notifications
You must be signed in to change notification settings - Fork 23
/
release-please-config.json
35 lines (35 loc) · 1.16 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
{
"packages": {
".": {
"release-type": "simple",
"draft": false,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
"bump-minor-pre-major": true,
"versioning": "default",
"extra-files": [
"README.md",
"packages/checkpoint-dev/zarf.yaml",
"packages/base/zarf.yaml",
"packages/identity-authorization/zarf.yaml",
"packages/logging/zarf.yaml",
"packages/backup-restore/zarf.yaml",
"packages/runtime-security/zarf.yaml",
"packages/monitoring/zarf.yaml",
"packages/metrics-server/zarf.yaml",
"packages/standard/zarf.yaml",
"bundles/k3d-slim-dev/uds-bundle.yaml",
"bundles/k3d-standard/uds-bundle.yaml",
".github/bundles/rke2/uds-bundle.yaml",
".github/bundles/eks/uds-bundle.yaml",
".github/bundles/aks/uds-bundle.yaml",
"tasks/deploy.yaml",
"tasks/publish.yaml"
]
}
}
}