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

Commit e7d1270

Browse files
author
Alan Shaw
authored
docs: add publish release candidate to release checklist (#1536)
* docs: add publish release candidate to release checklist closes #1533 License: MIT Signed-off-by: Alan Shaw <[email protected]> * docs: add build command for publish rc step License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 2585431 commit e7d1270

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
- [ ] unit
1616
- [ ] interop
1717
- [ ] sharness
18+
- [ ] Publish a release candidate to npm
19+
```sh
20+
# Current version is 0.31.7, to publish a release candidate for 0.32.0:
21+
npm run build
22+
npm version 0.32.0-rc.1
23+
# Publish with "next" tag to ensure people still get 0.31.7 when they `npm i ipfs`
24+
npm publish --tag next
25+
git push origin master v0.32.0-rc.1
26+
```
1827
- [ ] Run tests of the following projects with the new release:
1928
- [ ] [ipfs-pubsub-room](https://github.com/ipfs-shipyard/ipfs-pubsub-room)
2029
- [ ] [peerpad-core](https://github.com/ipfs-shipyard/peerpad)

0 commit comments

Comments
 (0)