Skip to content

Commit

Permalink
fix(repo): fix release (#17586)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Jun 14, 2024
1 parent 1561f92 commit 84d18b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"release-type": "node",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
Expand All @@ -14,6 +14,7 @@
{ "type": "revert", "section": "Reverted Commits", "hidden": false },
{ "type": "build", "section": "Build", "hidden": false }
],
"separate-pull-requests": true,
"packages": {
"packages/branding": {},
"packages/bridge-ui": {},
Expand All @@ -30,6 +31,5 @@
"packages/supplementary-contracts": {},
"packages/ui-lib": {},
"packages/snaefell-ui": {}
},
"separate-pull-requests": true
}
}

0 comments on commit 84d18b2

Please sign in to comment.