Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: add build command for publish rc step
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Sep 3, 2018
1 parent 555add2 commit b6c793d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [ ] Publish a release candidate to npm
```sh
# Current version is 0.31.7, to publish a release candidate for 0.32.0:
npm run build
npm version 0.32.0-rc.1
# Publish with "next" tag to ensure people still get 0.31.7 when they `npm i ipfs`
npm publish --tag next
Expand Down

0 comments on commit b6c793d

Please sign in to comment.