Skip to content

Commit

Permalink
chore(release-please): prepare for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 25, 2023
1 parent 2b61287 commit 33e761b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
".": "0.4.0"
".": "0.4.0",
"editor-components/todo": "0.0.1",
"widgets/url": "0.0.1"
}
11 changes: 9 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@
"packages": {
".": {
"exclude-paths": [
],
"separate-pull-requests": true
"widgets",
"editor-components"
]
},
"editor-components/todo": {
"component": "editor-components/todo"
},
"widgets/url": {
"component": "widgets/url"
}
}
}

0 comments on commit 33e761b

Please sign in to comment.