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

Commit

Permalink
docs: add link to nyc list generator
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw committed Dec 18, 2018
1 parent 6d46e2e commit 236c521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
```sh
# Minor prerelease (e.g. 0.33.1 -> 0.34.0-rc.0)
$ npx aegir release --type preminor --preid rc --dist-tag next

# Increment prerelease (e.g. 0.34.0-rc.0 -> 0.34.0-rc.1)
$ npx aegir release --type prerelease --preid rc --dist-tag next
```
Expand All @@ -34,7 +34,7 @@
- [ ] Ensure that all the examples run
- Communication
- [ ] Create the release issue
- [ ] Take a snapshot between of everyone that has contributed to this release (including its subdeps in IPFS, libp2p, IPLD and multiformats) using https://www.npmjs.com/package/name-your-contributors
- [ ] Take a snapshot between of everyone that has contributed to this release (including its subdeps in IPFS, libp2p, IPLD and multiformats) using [`name-your-contributors`](https://www.npmjs.com/package/name-your-contributors). Generate a nice markdown list with [this script](https://gist.github.com/alanshaw/5a2d9465c5a05b201d949551bdb1fcc3).
- [ ] Announcements (both pre-release and post-release)
- [ ] Twitter
- [ ] IRC
Expand All @@ -46,7 +46,7 @@

# ❤️ Huge thank you to everyone that made this release possible

By alphabetical order, here are all the humans that contributed to the release:
In alphabetical order, here are all the humans that contributed to the release:

- ...

Expand Down

0 comments on commit 236c521

Please sign in to comment.