|
1 | 1 | { |
2 | 2 | "packages": { |
3 | | - ".": { |
| 3 | + "charts/eoapi": { |
4 | 4 | "release-type": "helm", |
5 | | - "extra-files": [ |
6 | | - { |
7 | | - "type": "yaml", |
8 | | - "path": "charts/eoapi/Chart.yaml", |
9 | | - "jsonpath": "$.version" |
10 | | - }, |
11 | | - { |
12 | | - "type": "yaml", |
13 | | - "path": "charts/eoapi/Chart.yaml", |
14 | | - "jsonpath": "$.appVersion" |
15 | | - }, |
16 | | - "charts/eoapi/README.md" |
| 5 | + "extra-files": ["README.md"], |
| 6 | + "changelog-sections": [ |
| 7 | + {"type": "feat", "section": "Added"}, |
| 8 | + {"type": "fix", "section": "Fixed"}, |
| 9 | + {"type": "refactor", "section": "Changed"}, |
| 10 | + {"type": "chore", "section": "Maintenance", "hidden": false}, |
| 11 | + {"type": "docs", "section": "Other", "hidden": false}, |
| 12 | + {"type": "test", "section": "Other", "hidden": false}, |
| 13 | + {"type": "ci", "section": "Other", "hidden": false}, |
| 14 | + {"type": "perf", "section": "Other", "hidden": false}, |
| 15 | + {"type": "build", "section": "Other", "hidden": false}, |
| 16 | + {"type": "style", "section": "Other", "hidden": false}, |
| 17 | + {"type": "revert", "section": "Other", "hidden": false} |
17 | 18 | ] |
18 | 19 | } |
19 | 20 | } |
|
0 commit comments