Skip to content

Commit c48c367

Browse files
committed
adding some docs
1 parent a0b863b commit c48c367

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CHANGELOG-FRONTIER.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

README-FRONTIER.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.

0 commit comments

Comments
 (0)