|
| 1 | +{ |
| 2 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 | + "release-type": "go", # Ensure this matches your workflow's release-type |
| 4 | + "changelog-sections": [ |
| 5 | + { |
| 6 | + "type": "feat", |
| 7 | + "section": "🚀 Features", |
| 8 | + "hidden": false |
| 9 | + }, |
| 10 | + { |
| 11 | + "type": "fix", |
| 12 | + "section": "🐛 Bug Fixes", |
| 13 | + "hidden": false |
| 14 | + }, |
| 15 | + { |
| 16 | + "type": "perf", |
| 17 | + "section": "⚡ Performance Improvements", |
| 18 | + "hidden": false |
| 19 | + }, |
| 20 | + { |
| 21 | + "type": "docs", |
| 22 | + "section": "📝 Documentation", |
| 23 | + "hidden": false |
| 24 | + }, |
| 25 | + { |
| 26 | + "type": "chore", |
| 27 | + "section": "Other", |
| 28 | + "hidden": false |
| 29 | + }, |
| 30 | + { |
| 31 | + "type": "style", |
| 32 | + "section": "Other", |
| 33 | + "hidden": false |
| 34 | + }, |
| 35 | + { |
| 36 | + "type": "refactor", |
| 37 | + "section": "Other", |
| 38 | + "hidden": false |
| 39 | + }, |
| 40 | + { |
| 41 | + "type": "test", |
| 42 | + "section": "Other", |
| 43 | + "hidden": false |
| 44 | + }, |
| 45 | + { |
| 46 | + "type": "build", |
| 47 | + "section": "Other", |
| 48 | + "hidden": false |
| 49 | + }, |
| 50 | + { |
| 51 | + "type": "ci", |
| 52 | + "section": "Other", |
| 53 | + "hidden": false |
| 54 | + }, |
| 55 | + { |
| 56 | + "type": "revert", |
| 57 | + "section": "Other", |
| 58 | + "hidden": false |
| 59 | + } |
| 60 | + ], |
| 61 | + "conventional-changelog-core": { |
| 62 | + "types": [ |
| 63 | + { "type": "feat", "section": "🚀 Features", "hidden": false }, |
| 64 | + { "type": "fix", "section": "🐛 Bug Fixes", "hidden": false }, |
| 65 | + { "type": "perf", "section": "⚡ Performance Improvements", "hidden": false }, |
| 66 | + { "type": "docs", "section": "📝 Documentation", "hidden": false }, |
| 67 | + { "type": "chore", "section": "Other", "hidden": false }, |
| 68 | + { "type": "style", "section": "Other", "hidden": false }, |
| 69 | + { "type": "refactor", "section": "Other", "hidden": false }, |
| 70 | + { "type": "test", "section": "Other", "hidden": false }, |
| 71 | + { "type": "build", "section": "Other", "hidden": false }, |
| 72 | + { "type": "ci", "section": "Other", "hidden": false }, |
| 73 | + { "type": "revert", "section": "Other", "hidden": false } |
| 74 | + ] |
| 75 | + } |
| 76 | +} |
0 commit comments