# webdev-infra **Repository Path**: mirrors_GoogleChrome/webdev-infra ## Basic Information - **Project Name**: webdev-infra - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-30 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!IMPORTANT] > As of 6 December, 2023, this project is no longer maintained as upstream projects have moved to another platform. See the [migration announcement](https://web.dev/blog/webdev-migration?hl=en) for more info. --- # webdev-infra This package contains code used for https://web.dev and https://developer.chrome.com. ## Publish To publish a new version, update the version in the package.json and create a new tag. ```bash npm version patch git push && git push --tags ``` This will cause CI to release a new version to npm.