-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c9f621
commit 8516a4c
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
This is a placeholder README for the webdev-infra repo, which will contain | ||
shared code for https://web.dev, https://developer.chrome.com and others. | ||
> [!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. | ||
## 🚨 Important | ||
--- | ||
|
||
When you make a change to this repo be sure to push a new tag. | ||
# 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. | ||
This will cause CI to release a new version to npm. |