Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasrohmer authored Jan 3, 2024
1 parent 0c9f621 commit 8516a4c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
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.

0 comments on commit 8516a4c

Please sign in to comment.