File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0
2
+ Forked Create React
[email protected]
3
+
4
+ #### :rocket : New Feature
5
+
6
+ - Got travis to automatically make the tar file and upload it to the github release when a new tag is made (and pushed)
7
+ - Added a way to get User Input if they want their react app to have support for Polymer or Redux
8
+ - Added new jest configuration option ` transformIgnorePatterns `
9
+
10
+ #### :nail_care : Enhancement
11
+
12
+ - Changed the React Template to say "Frontier" instead of "React" in the App.js template
13
+
14
+ #### :memo : Documentation
15
+
16
+ - Added a README-FRONTIER.md and a CHANGELOG-FRONTIER.md
Original file line number Diff line number Diff line change
1
+ ## How to test your local copy of react-scripts
2
+
3
+ - We found that creating a new react-app through this command could utilize your local react-scripts
4
+ - You'll just need to change the path to your react-scripts version.
5
+ - ` npx create-react-app polyer-cra-test --scripts-version file:create-react-app/packages/react-scripts `
6
+
7
+ ## How to make a Release
8
+
9
+ - When the "develop" branch is ready to merge into frontierMaster for a release, make a PR and be sure to squash all the commits into a single commit.
10
+ - Create a tag on frontierMaster named ` ${SemverVersionOfFacebooksRelease}-frontier-${SemverVersionOfFrontiersRelease} `
11
+ - Push that newly created tag up to github with ` git push origin ${nameOfTagFromAbove} `
12
+ - Travis will automatically catch that new tag, and create a tar file of react-scripts and upload it to the corresponding release on github.
You can’t perform that action at this time.
0 commit comments