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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,20 @@ 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
12
12
Publish a beta version by doing something like:
13
13
14
-
`npm version version prepatch | preminor | premajor`
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.
18
+
17
19
### Real release
18
20
19
21
When making an actual release, provide an associated commit message to explain what the release does:
20
22
21
23
`npm version patch -m "Upgrade to %s for reasons"`
0 commit comments