Skip to content

Commit 0a57bce

Browse files
committed
Update release steps in contributing doc
1 parent a904a10 commit 0a57bce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
2. Increment the version number in packages/react-arborist/package.json
1313
3. Create a branch called release/v0.0.0
1414
4. Open a PR to main
15-
5. Test, review, and merge
15+
5. Test, review, and merge, don't delete branch
1616

1717
### Create Github Release
1818

19-
1. Create a release based on main
19+
1. Create a release based on release/v0.0.0
2020
2. Assign a new tag to be created with v0.0.0
21-
3. Write release notes
22-
4. Publish
21+
3. Title the release "Version 0.0.0"
22+
4. Write release notes
23+
5. Publish
24+
6. Check that it successfully published to npmjs
2325

2426
The Github actions workflow will publish to npm.

0 commit comments

Comments
 (0)