1
1
mirror of https://github.com/primer/css.git synced 2024-10-03 20:07:58 +03:00

Update RELEASING.md

This commit is contained in:
Jon Rohan 2023-03-31 10:28:00 -07:00 committed by GitHub
parent 2221a294e3
commit c5e7735ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ The release process is automated by [changesets]. After you familiarize yourself
1. Install the latest published version in the same `primer-<version>` branch created earlier with:
```
bin/npm install @primer/css@<version>
bin/npm install @primer/css@<version> -w ./npm-workspaces/primer/
```
Then commit and push the changes to `package.json`, `package-lock.json`, `LICENSE` and `vendor/npm`.