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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-4Lines changed: 12 additions & 4 deletions
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:
5
5
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)
6
6
2. Run `yarn format-and-fix` in the top level dir
7
7
3. Make sure readme is up-to-date
8
-
4. Verify that no unintended deps were added to `dependencies` in either package.json.'
8
+
4. Verify that no unintended deps were added to `dependencies` in either package.json.
9
9
10
10
### Beta Version
11
11
@@ -14,9 +14,17 @@ Publish a beta version by doing something like:
14
14
`npm version prepatch | preminor | premajor`
15
15
`npm publish --tag beta`
16
16
17
-
in both`flip-toolkit` (first), then updating the version of flip-toolkit` in `react-flip-toolkit` and completing the steps.
17
+
in `flip-toolkit` (first), then updating the version of `flip-toolkit` in `react-flip-toolkit` and repeating the steps.
18
18
19
19
### Real release
20
20
21
-
1. Release `flip-toolkit`, wait a bit (30mins+) and ensure it shows up on npm, unpkg, maybe even https://bundlephobia.com/result?p=flip-toolkit@7.0.13 to make sure nothing unexpected changed with the size, and is working on this codesandbox: https://codesandbox.io/s/5v1k1nwz8l?file=/package.json.
22
-
2. Once everything looks good, release `react-flip-toolkit` after upgrading package.json to the new version of `flip-toolkit`.
21
+
1. Release `flip-toolkit`, wait a bit (30mins+) and ensure the correct version shows up on:
- and is working on this codesandbox which fetches the latest version of flip-toolkit: https://codesandbox.io/s/5v1k1nwz8l
26
+
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:
0 commit comments