Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
- [ ] 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 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
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