puppeteer/release-please-config.json
Nikolay Vitkov be33929770
feat(ng-schematics): Release @puppeteer/ng-schematics (#9244)
**What kind of change does this PR introduce?**

Adds `@puppeteer/ng-schematics` to the list of packages to be published
to `npm`

**Did you add tests for your changes?**

Not relevant.

**If relevant, did you update the documentation?**

Not for in this PR.

**Summary**

We want to publish to `npm` so people can do `ng add
@puppeteer/ng-schematics` and use it with Angular CLI.

**Does this PR introduce a breaking change?**

No

**Other information**
2022-11-14 18:24:17 +01:00

28 lines
591 B
JSON

{
"last-release-sha": "2e3719cd7fbab551e99625bfb6198183aa23e7f5",
"packages": {
"packages/puppeteer": {
"include-component-in-tag": false,
"component": "puppeteer"
},
"packages/puppeteer-core": {
"component": "puppeteer-core"
},
"packages/testserver": {},
"packages/ng-schematics": {
"initial-version": "0.1.0"
}
},
"plugins": [
{
"type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"group-name": "puppeteer",
"components": ["puppeteer", "puppeteer-core"]
}
]
}