|
| 1 | +{ |
| 2 | + "packages": { |
| 3 | + ".": { |
| 4 | + "changelog-path": "CHANGELOG.md", |
| 5 | + "release-type": "simple", |
| 6 | + "draft": false, |
| 7 | + "prerelease": false |
| 8 | + } |
| 9 | + }, |
| 10 | + "plugins": ["sentence-case"], |
| 11 | + "changelog-sections": [ |
| 12 | + { "type": "feat", "section": "✨ Features" }, |
| 13 | + { "type": "feature", "section": "✨ Features" }, |
| 14 | + { "type": "fix", "section": "🐛 Bug Fixes" }, |
| 15 | + { "type": "perf", "section": "⚡️Performance Improvements" }, |
| 16 | + { "type": "revert", "section": "⏪️ Reverts" }, |
| 17 | + { "type": "docs", "section": "📝 Documentation" }, |
| 18 | + { "type": "style", "section": "🎨 Styles" }, |
| 19 | + { "type": "chore", "section": "🏡 Miscellaneous Chores" }, |
| 20 | + { "type": "refactor", "section": "♻️ Code Refactoring", "hidden": true }, |
| 21 | + { "type": "test", "section": "✅ Tests", "hidden": true }, |
| 22 | + { "type": "build", "section": "📦️ Build System", "hidden": true }, |
| 23 | + { "type": "ci", "section": "🤖 Continuous Integration", "hidden": true } |
| 24 | + ], |
| 25 | + "extra-files": [ |
| 26 | + { |
| 27 | + "type": "xml", |
| 28 | + "path": "src/Directory.Build.props", |
| 29 | + "xpath": "//project/propertygroup/version" |
| 30 | + } |
| 31 | + ], |
| 32 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" |
| 33 | +} |
0 commit comments