|
1 | 1 | { |
| 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 | + ], |
2 | 21 | "packages": { |
3 | 22 | ".": { |
4 | 23 | "release-type": "node", |
5 | | - "package-name": "@iexec/mcp-server", |
6 | | - "component": "", |
7 | | - "changelog-sections": [ |
8 | | - { "type": "feat", "section": "Features" }, |
9 | | - { "type": "fix", "section": "Bug Fixes" }, |
10 | | - { "type": "chore", "section": "Miscellaneous", "hidden": false }, |
11 | | - { "type": "docs", "section": "Documentation", "hidden": false }, |
12 | | - { "type": "ci", "section": "CI/CD", "hidden": false } |
13 | | - ], |
14 | | - "extra-files": ["package.json", "package-lock.json"] |
| 24 | + "changelog-path": "CHANGELOG.md" |
15 | 25 | } |
16 | | - }, |
17 | | - "tag-separator": "", |
18 | | - "include-component-in-tag": false, |
19 | | - "bootstrap-sha": "$(git rev-parse HEAD)", |
20 | | - "last-release-sha": "$(git rev-parse HEAD)" |
| 26 | + } |
21 | 27 | } |
0 commit comments