The 4.8.0 override has shipped via PR #1880 (merge commit
44ab6cf8).
Remove the 'release-as' field so that subsequent release-please runs
resume normal Conventional Commits version computation.
Without this cleanup, subsequent runs would keep proposing 4.8.0,
producing no-op release PRs or duplicate-tag errors.
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
- "release-as": "4.8.0",
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,