|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
3 | | - "last-release-sha": "bb9c361069d71802b68e5f11284a373c5bb8829d", |
| 3 | + "last-release-sha": "14da7e9d7a1fc51c984e753d2e39dfb9ebfc61a8", |
4 | 4 | "packages": { |
5 | 5 | ".": { |
6 | 6 | "release-type": "python", |
|
9 | 9 | "skip-github-release": true, |
10 | 10 | "changelog-path": "CHANGELOG.md", |
11 | 11 | "changelog-sections": [ |
12 | | - {"type": "feat", "section": "Features"}, |
13 | | - {"type": "fix", "section": "Bug Fixes"}, |
14 | | - {"type": "perf", "section": "Performance Improvements"}, |
15 | | - {"type": "refactor", "section": "Code Refactoring"}, |
16 | | - {"type": "docs", "section": "Documentation"}, |
17 | | - {"type": "test", "section": "Tests", "hidden": true}, |
18 | | - {"type": "build", "section": "Build System", "hidden": true}, |
19 | | - {"type": "ci", "section": "CI/CD", "hidden": true}, |
20 | | - {"type": "style", "section": "Styles", "hidden": true}, |
21 | | - {"type": "chore", "section": "Miscellaneous Chores", "hidden": true} |
| 12 | + { |
| 13 | + "type": "feat", |
| 14 | + "section": "Features" |
| 15 | + }, |
| 16 | + { |
| 17 | + "type": "fix", |
| 18 | + "section": "Bug Fixes" |
| 19 | + }, |
| 20 | + { |
| 21 | + "type": "perf", |
| 22 | + "section": "Performance Improvements" |
| 23 | + }, |
| 24 | + { |
| 25 | + "type": "refactor", |
| 26 | + "section": "Code Refactoring" |
| 27 | + }, |
| 28 | + { |
| 29 | + "type": "docs", |
| 30 | + "section": "Documentation" |
| 31 | + }, |
| 32 | + { |
| 33 | + "type": "test", |
| 34 | + "section": "Tests", |
| 35 | + "hidden": true |
| 36 | + }, |
| 37 | + { |
| 38 | + "type": "build", |
| 39 | + "section": "Build System", |
| 40 | + "hidden": true |
| 41 | + }, |
| 42 | + { |
| 43 | + "type": "ci", |
| 44 | + "section": "CI/CD", |
| 45 | + "hidden": true |
| 46 | + }, |
| 47 | + { |
| 48 | + "type": "style", |
| 49 | + "section": "Styles", |
| 50 | + "hidden": true |
| 51 | + }, |
| 52 | + { |
| 53 | + "type": "chore", |
| 54 | + "section": "Miscellaneous Chores", |
| 55 | + "hidden": true |
| 56 | + } |
22 | 57 | ] |
23 | 58 | } |
24 | 59 | } |
|
0 commit comments