https://github.com/googlechrome/webdev-infra
https://github.com/googlechrome/webdev-infra
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlechrome/webdev-infra
- Owner: GoogleChrome
- License: apache-2.0
- Created: 2021-01-29T02:49:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T07:44:02.000Z (about 1 year ago)
- Last Synced: 2025-04-04T17:38:29.799Z (9 months ago)
- Language: JavaScript
- Size: 3.61 MB
- Stars: 38
- Watchers: 13
- Forks: 29
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
Awesome Lists containing this project
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.