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

Commit 29b7dbf

Browse files
Alan Shawdaviddias
authored andcommitted
docs: update prerelease instructions for new Aegir
1 parent 593334b commit 29b7dbf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

RELEASE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
- [ ] sharness
1818
- [ ] Publish a release candidate to npm
1919
```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
20+
# Minor prerelease (e.g. 0.33.1 -> 0.34.0-rc.0)
21+
$ npx aegir release --type preminor --preid rc --dist-tag next
22+
23+
# Increment prerelease (e.g. 0.34.0-rc.0 -> 0.34.0-rc.1)
24+
$ npx aegir release --type prerelease --preid rc --dist-tag next
2625
```
2726
- [ ] Run tests of the following projects with the new release:
2827
- [ ] [ipfs-pubsub-room](https://github.com/ipfs-shipyard/ipfs-pubsub-room)

0 commit comments

Comments
 (0)