puppeteer/release-please-config.json
jrandolf 9d13343d67
chore: update publish workflow (#9065)
This PR combines the publishing workflows for npm packages and Docker.
It also fixes an issue where multiple tags would trigger publishing all
packages.
2022-10-06 11:44:52 +02:00

15 lines
227 B
JSON

{
"packages": {
"packages/puppeteer": {
"include-component-in-tag": false
},
"packages/puppeteer-core": {},
"packages/testserver": {}
},
"plugins": [
{
"type": "node-workspace"
}
]
}