|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "separate-pull-requests": true, |
3 | 4 | "include-component-in-tag": true, |
4 | 5 | "changelog-sections": [ |
5 | | - { "type": "feat", "section": "Added", "hidden": false }, |
| 6 | + { "type": "feat", "section": "Added", "hidden": false }, |
6 | 7 |
|
7 | 8 | { "type": "fix", "section": "Changed", "hidden": false }, |
8 | 9 | { "type": "change", "section": "Changed", "hidden": false }, |
|
21 | 22 | { "type": "deps", "section": "Misc", "hidden": true }, |
22 | 23 | { "type": "ci", "section": "Misc", "hidden": true }, |
23 | 24 | { "type": "docs", "section": "Misc", "hidden": true } |
24 | | - ], |
| 25 | + ], |
25 | 26 | "packages": { |
26 | 27 | ".": { |
27 | 28 | "release-type": "node", |
28 | 29 | "changelog-path": "CHANGELOG.md", |
29 | 30 | "include-v-in-tag": true, |
30 | | - "exclude-paths": ["dapp","deployment-dapp","tests"] |
| 31 | + "exclude-paths": ["dapp", "deployment-dapp", "tests"] |
31 | 32 | }, |
32 | 33 | "dapp": { |
33 | 34 | "release-type": "node", |
34 | 35 | "changelog-path": "dapp/CHANGELOG.md", |
35 | 36 | "include-v-in-tag": true, |
36 | | - "exclude-paths": ["deployment-dapp","tests"] |
| 37 | + "exclude-paths": ["deployment-dapp", "tests"] |
37 | 38 | } |
38 | 39 | } |
39 | 40 | } |
0 commit comments