Skip to content

Commit

Permalink
ci: fix release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 28, 2023
1 parent 858e4c3 commit 966cc92
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chores" },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true }
],
"packages": {
".": {
"release-type": "python",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chores" },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true }
]
"release-type": "python"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit 966cc92

Please sign in to comment.