|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "changelog-sections": [ |
| 4 | + { "type": "feat", "section": "🚀 Features", "hidden": false }, |
| 5 | + { "type": "change", "section": "🚀 Features", "hidden": false }, |
| 6 | + { "type": "deprecate", "section": "⚠️ Changes", "hidden": false }, |
| 7 | + { "type": "remove", "section": "⚠️ Changes", "hidden": false }, |
| 8 | + { "type": "fix", "section": "🐞 Bug Fixes", "hidden": false }, |
| 9 | + { "type": "revert", "section": "🐞 Bug Fixes", "hidden": false }, |
| 10 | + { "type": "security", "section": "🐞 Bug Fixes", "hidden": false }, |
| 11 | + { "type": "perf", "section": "✨ Polish", "hidden": false }, |
| 12 | + { "type": "refactor", "section": "✨ Polish", "hidden": false }, |
| 13 | + { "type": "style", "section": "✨ Polish", "hidden": false }, |
| 14 | + { "type": "build", "section": "🧰 Other", "hidden": false }, |
| 15 | + { "type": "chore", "section": "🧰 Other", "hidden": false }, |
| 16 | + { "type": "deps", "section": "🧰 Other", "hidden": true }, |
| 17 | + { "type": "ci", "section": "🧰 Other", "hidden": true }, |
| 18 | + { "type": "test", "section": "🧪 Tests", "hidden": false }, |
| 19 | + { "type": "docs", "section": "📚 Documentation", "hidden": true } |
| 20 | + ], |
3 | 21 | "packages": { |
4 | | - "src/cli": { |
| 22 | + "packages/dataprotector-deserializer": { |
5 | 23 | "release-type": "node", |
6 | 24 | "changelog-path": "CHANGELOG.md", |
7 | | - "changelog-sections": [ |
8 | | - {"type":"feat","section":"🚀 Features","hidden":false}, |
9 | | - {"type":"change","section":"🚀 Features","hidden":false}, |
10 | | - {"type":"deprecate","section":"⚠️ Changes","hidden":false}, |
11 | | - {"type":"remove","section":"⚠️ Changes","hidden":false}, |
12 | | - {"type":"fix","section":"🐞 Bug Fixes","hidden":false}, |
13 | | - {"type":"revert","section":"🐞 Bug Fixes","hidden":false}, |
14 | | - {"type":"security","section":"🐞 Bug Fixes","hidden":false}, |
15 | | - {"type":"perf","section":"✨ Polish","hidden":false}, |
16 | | - {"type":"refactor","section":"✨ Polish","hidden":false}, |
17 | | - {"type":"style","section":"✨ Polish","hidden":false}, |
18 | | - {"type":"build","section":"🧰 Other","hidden":false}, |
19 | | - {"type":"chore","section":"🧰 Other","hidden":false}, |
20 | | - {"type":"deps","section":"🧰 Other","hidden":true}, |
21 | | - {"type":"ci","section":"🧰 Other","hidden":true}, |
22 | | - {"type":"test","section":"🧪 Tests","hidden":false}, |
23 | | - {"type":"docs","section":"📚 Documentation","hidden":true} |
24 | | - ] |
| 25 | + "initial-version": "0.11.1" |
25 | 26 | }, |
26 | | - "src/lib": { |
| 27 | + "protected-data-delivery-dapp": { |
27 | 28 | "release-type": "node", |
28 | 29 | "changelog-path": "CHANGELOG.md", |
29 | | - "changelog-sections": [ |
30 | | - {"type":"feat","section":"🚀 Features","hidden":false}, |
31 | | - {"type":"change","section":"🚀 Features","hidden":false}, |
32 | | - {"type":"deprecate","section":"⚠️ Changes","hidden":false}, |
33 | | - {"type":"remove","section":"⚠️ Changes","hidden":false}, |
34 | | - {"type":"fix","section":"🐞 Bug Fixes","hidden":false}, |
35 | | - {"type":"revert","section":"🐞 Bug Fixes","hidden":false}, |
36 | | - {"type":"security","section":"🐞 Bug Fixes","hidden":false}, |
37 | | - {"type":"perf","section":"✨ Polish","hidden":false}, |
38 | | - {"type":"refactor","section":"✨ Polish","hidden":false}, |
39 | | - {"type":"style","section":"✨ Polish","hidden":false}, |
40 | | - {"type":"build","section":"🧰 Other","hidden":false}, |
41 | | - {"type":"chore","section":"🧰 Other","hidden":false}, |
42 | | - {"type":"deps","section":"🧰 Other","hidden":true}, |
43 | | - {"type":"ci","section":"🧰 Other","hidden":true}, |
44 | | - {"type":"test","section":"🧪 Tests","hidden":false}, |
45 | | - {"type":"docs","section":"📚 Documentation","hidden":true} |
46 | | - ] |
| 30 | + "initial-version": "1.0.0" |
| 31 | + }, |
| 32 | + "packages/sdk": { |
| 33 | + "release-type": "node", |
| 34 | + "changelog-path": "CHANGELOG.md", |
| 35 | + "initial-version": "2.0.0-beta.12" |
| 36 | + }, |
| 37 | + "packages/sharing-smart-contract": { |
| 38 | + "release-type": "node", |
| 39 | + "changelog-path": "CHANGELOG.md", |
| 40 | + "initial-version": "2.0.0" |
| 41 | + }, |
| 42 | + "packages/smart-contract": { |
| 43 | + "release-type": "node", |
| 44 | + "changelog-path": "CHANGELOG.md", |
| 45 | + "initial-version": "0.1.0" |
| 46 | + }, |
| 47 | + "packages/subgraph": { |
| 48 | + "release-type": "node", |
| 49 | + "changelog-path": "CHANGELOG.md", |
| 50 | + "initial-version": "3.0.0" |
47 | 51 | } |
48 | 52 | } |
49 | 53 | } |
0 commit comments