You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is the heart of the project, which contains the scripts for setting up the development server, building production builds, configuring all software used, etc.<br>
72
72
All functionality must be retained (and configuration given to the user) if they choose to eject.
73
73
74
74
## Setting Up a Local Copy
75
75
76
-
1. Clone the repo with `git clone https://github.com/facebookincubator/create-react-app`
76
+
1. Clone the repo with `git clone https://github.com/facebook/create-react-app`
77
77
78
78
2. Run `yarn` in the root `create-react-app` folder.
79
79
@@ -111,7 +111,7 @@ By default git would use `CRLF` line endings which would cause the scripts to fa
111
111
112
112
## Cutting a Release
113
113
114
-
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.
114
+
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/facebook/create-react-app/labels) named `tag: ...` to indicate what kind of change it is.
115
115
2. Close the milestone.
116
116
3. In most releases, only `react-scripts` needs to be released. If you don’t have any changes to the `packages/create-react-app` folder, you don’t need to bump its version or publish it (the publish script will publish only changed packages).
117
117
4. Note that files in `packages/create-react-app` should be modified with extreme caution. Since it’s a global CLI, any version of `create-react-app` (global CLI) including very old ones should work with the latest version of `react-scripts`.
0 commit comments