-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Some unfortunately non-automated tasks that need to be done manually: | |
1. Run `yarn test` and `yarn test:dom` in the top level dir and make sure jest + mocha browser tests are passing (you'll need to check mocha tests in the browser) | ||
2. Run `yarn format-and-fix` in the top level dir | ||
3. Make sure readme is up-to-date | ||
4. Verify that no unintended deps were added to `dependencies` in either package.json.' | ||
4. Verify that no unintended deps were added to `dependencies` in either package.json. | ||
|
||
### Beta Version | ||
|
||
|
@@ -14,9 +14,17 @@ Publish a beta version by doing something like: | |
`npm version prepatch | preminor | premajor` | ||
`npm publish --tag beta` | ||
|
||
in both `flip-toolkit` (first), then updating the version of flip-toolkit` in `react-flip-toolkit` and completing the steps. | ||
in `flip-toolkit` (first), then updating the version of `flip-toolkit` in `react-flip-toolkit` and repeating the steps. | ||
|
||
### Real release | ||
|
||
1. Release `flip-toolkit`, wait a bit (30mins+) and ensure it shows up on npm, unpkg, maybe even https://bundlephobia.com/[email protected] to make sure nothing unexpected changed with the size, and is working on this codesandbox: https://codesandbox.io/s/5v1k1nwz8l?file=/package.json. | ||
2. Once everything looks good, release `react-flip-toolkit` after upgrading package.json to the new version of `flip-toolkit`. | ||
1. Release `flip-toolkit`, wait a bit (30mins+) and ensure the correct version shows up on: | ||
- npm: https://www.npmjs.com/package/flip-toolkit | ||
- unpkg: https://unpkg.com/flip-toolkit | ||
- package-phobia: https://packagephobia.com/result?p=flip-toolkit | ||
- and is working on this codesandbox which fetches the latest version of flip-toolkit: https://codesandbox.io/s/5v1k1nwz8l | ||
2. Once everything looks good, release `react-flip-toolkit` after upgrading package.json to the new version of `flip-toolkit`. Once again, verify that everything looks good: | ||
- npm: https://www.npmjs.com/package/react-flip-toolkit | ||
- unpkg: https://unpkg.com/react-flip-toolkit | ||
- package-phobia: https://packagephobia.com/result?p=react-flip-toolkit | ||
- and is working on this codesandbox which fetches the latest version of react-flip-toolkit: https://codesandbox.io/s/8130rn9q2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters