Skip to content

Commit

Permalink
chore: try linked versions for release (puppeteer#9245)
Browse files Browse the repository at this point in the history
Let's give this plugin a try? with dependency pinning it seems useful to
make sure these packages get released together.
  • Loading branch information
OrKoN authored Nov 11, 2022
1 parent e55fed9 commit b57b5b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
},
"plugins": [
{
"type": "node-workspace"
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"group-name": "puppeteer",
"components": ["puppeteer", "puppeteer-core"]
}
]
}

0 comments on commit b57b5b3

Please sign in to comment.