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

Commit

Permalink
docs: add publish release candidate to release checklist
Browse files Browse the repository at this point in the history
closes #1533

License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
alanshaw authored and Alan Shaw committed Sep 13, 2018
1 parent 2790e6d commit 04e29b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
- [ ] unit
- [ ] interop
- [ ] sharness
- [ ] Publish a release candidate to npm
```sh
# Current version is 0.31.7, to publish a release candidate for 0.32.0:
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
git push origin master v0.32.0-rc.1
```
- [ ] Run tests of the following projects with the new release:
- [ ] [ipfs-pubsub-room](https://github.com/ipfs-shipyard/ipfs-pubsub-room)
- [ ] [peerpad-core](https://github.com/ipfs-shipyard/peerpad)
Expand Down

0 comments on commit 04e29b1

Please sign in to comment.