chore: use groupName in release-please manifest (#9292)

release-please does not handle `group-name` currently but very likely it
will in the future.
This commit is contained in:
Alex Rudenko 2022-11-17 18:06:00 +01:00 committed by GitHub
parent 0a2d310e4e
commit 0107ad8f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
{
"type": "linked-versions",
"group-name": "puppeteer",
"groupName": "puppeteer",
"components": ["puppeteer", "puppeteer-core"]
}
]