|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "packages": { |
| 4 | + ".": { |
| 5 | + "changelog-path": "CHANGELOG.md", |
| 6 | + "release-type": "go", |
| 7 | + "changelog-sections": [ |
| 8 | + { "type": "feat", "section": "🚀 New Features", "hidden": false }, |
| 9 | + { "type": "feature", "section": "🚀 New Features", "hidden": false }, |
| 10 | + { "type": "enhance", "section": "💅 Enhancements", "hidden": false }, |
| 11 | + { "type": "fix", "section": "🔥 Bug Fixes", "hidden": false }, |
| 12 | + { "type": "perf", "section": "🏃 Performance Improvements", "hidden": false }, |
| 13 | + { "type": "revert", "section": "↩️ Reverts", "hidden": true }, |
| 14 | + { "type": "docs", "section": "📚 Documentation", "hidden": false }, |
| 15 | + { "type": "style", "section": "🎨 Code Style", "hidden": false }, |
| 16 | + { "type": "chore", "section": "⚙️ Chores", "hidden": false }, |
| 17 | + { "type": "refactor", "section": "⌨️ Code Refactoring", "hidden": false }, |
| 18 | + { "type": "test", "section": "🧪 Automated Testing", "hidden": false }, |
| 19 | + { "type": "build", "section": "🛠️ Build System", "hidden": false }, |
| 20 | + { "type": "ci", "section": "📦 CI Improvements", "hidden": false } |
| 21 | + ] |
| 22 | + } |
| 23 | + } |
| 24 | +} |
0 commit comments