mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Add note about yarn.lock in CONTRIBUTING.md (#2135)
* Add note about yarn.lock in CONTRIBUTING.md * Update CONTRIBUTING.md
This commit is contained in:
committed by
Dan Abramov
parent
80a7fc391d
commit
68fcba4556
@@ -88,6 +88,8 @@ cd my-app
|
||||
|
||||
and then run `npm start` or `npm run build`.
|
||||
|
||||
*Note: if you are using yarn, we suggest that you use `yarn install --no-lockfile` instead of the bare `yarn` or `yarn install` because we [intentionally](https://github.com/facebookincubator/create-react-app/pull/2014#issuecomment-300811661) do not ignore or add yarn.lock to our repo.*
|
||||
|
||||
## Cutting a Release
|
||||
|
||||
1. Tag all merged pull requests that go into the release with the relevant milestone. Each merged PR should also be labeled with one of the [labels](https://github.com/facebookincubator/create-react-app/labels) named `tag: ...` to indicate what kind of change it is.
|
||||
|
||||
Reference in New Issue
Block a user