|
| 1 | +{ |
| 2 | + "bootstrap-sha": "1cef37c5d8c7d97ee52a8e6b71f12150063b8503", |
| 3 | + "separate-pull-requests": true, |
| 4 | + "release-type": "python", |
| 5 | + "bump-minor-pre-major": true, |
| 6 | + "bump-patch-for-minor-pre-major": true, |
| 7 | + "include-component-in-tag": true, |
| 8 | + "tag-separator": "/", |
| 9 | + "packages": { |
| 10 | + "providers/openfeature-provider-flagd": { |
| 11 | + "package-name": "providers/flagd", |
| 12 | + "bump-minor-pre-major": true, |
| 13 | + "bump-patch-for-minor-pre-major": true, |
| 14 | + "versioning": "default", |
| 15 | + "extra-files": [ |
| 16 | + "README.md" |
| 17 | + ] |
| 18 | + }, |
| 19 | + "hooks/openfeature-hooks-opentelemetry": { |
| 20 | + "package-name": "hooks/opentelemetry", |
| 21 | + "bump-minor-pre-major": true, |
| 22 | + "bump-patch-for-minor-pre-major": true, |
| 23 | + "versioning": "default", |
| 24 | + "extra-files": [ |
| 25 | + "README.md" |
| 26 | + ] |
| 27 | + } |
| 28 | + }, |
| 29 | + "changelog-sections": [ |
| 30 | + { |
| 31 | + "type": "fix", |
| 32 | + "section": "🐛 Bug Fixes" |
| 33 | + }, |
| 34 | + { |
| 35 | + "type": "feat", |
| 36 | + "section": "✨ New Features" |
| 37 | + }, |
| 38 | + { |
| 39 | + "type": "chore", |
| 40 | + "section": "🧹 Chore" |
| 41 | + }, |
| 42 | + { |
| 43 | + "type": "docs", |
| 44 | + "section": "📚 Documentation" |
| 45 | + }, |
| 46 | + { |
| 47 | + "type": "perf", |
| 48 | + "section": "🚀 Performance" |
| 49 | + }, |
| 50 | + { |
| 51 | + "type": "build", |
| 52 | + "hidden": true, |
| 53 | + "section": "🛠️ Build" |
| 54 | + }, |
| 55 | + { |
| 56 | + "type": "deps", |
| 57 | + "section": "📦 Dependencies" |
| 58 | + }, |
| 59 | + { |
| 60 | + "type": "ci", |
| 61 | + "hidden": true, |
| 62 | + "section": "🚦 CI" |
| 63 | + }, |
| 64 | + { |
| 65 | + "type": "refactor", |
| 66 | + "section": "🔄 Refactoring" |
| 67 | + }, |
| 68 | + { |
| 69 | + "type": "revert", |
| 70 | + "section": "🔙 Reverts" |
| 71 | + }, |
| 72 | + { |
| 73 | + "type": "style", |
| 74 | + "hidden": true, |
| 75 | + "section": "🎨 Styling" |
| 76 | + }, |
| 77 | + { |
| 78 | + "type": "test", |
| 79 | + "hidden": true, |
| 80 | + "section": "🧪 Tests" |
| 81 | + } |
| 82 | + ], |
| 83 | + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" |
| 84 | +} |
0 commit comments