js-libp2p/RELEASE.md

59 lines
2.7 KiB
Markdown
Raw Normal View History

2018-07-02 14:43:34 +02:00
# Release Template
> short tl;dr; of the release
# 🗺 What's left for release
# 🔦 Highlights
# 🏗 API Changes
# ✅ Release Checklist
- Robustness and quality
- [ ] Ensure that all tests are passing, this includes:
- [ ] unit
2019-02-05 15:16:31 +01:00
- [ ] Publish a release candidate to npm
```sh
# Minor prerelease (e.g. 0.24.1 -> 0.25.0-rc.0)
$ npx aegir release --type preminor -t node -t browser --preid rc --dist-tag next
# Increment prerelease (e.g. 0.25.0-rc.0 -> 0.25.0-rc.1)
$ npx aegir release --type prerelease -t node -t browser --preid rc --dist-tag next
```
2018-07-02 14:43:34 +02:00
- [ ] Run tests of the following projects with the new release:
- [ ] [js-ipfs](https://github.com/ipfs/js-ipfs)
- Documentation
- [ ] Ensure that README.md is up to date
- [ ] Ensure that all the examples run
- Communication
- [ ] Create the release issue
2019-02-05 15:16:31 +01:00
- [ ] 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/jacobheun/d2ff479ca991733c13cdcf688a1317e5)
2018-07-02 14:43:34 +02:00
- [ ] Announcements (both pre-release and post-release)
- [ ] Twitter
- [ ] IRC
- [ ] Reddit
2019-04-12 13:05:13 +02:00
- [ ] [discuss.libp2p.io](https://discuss.libp2p.io/c/news)
2018-07-02 14:43:34 +02:00
- [ ] Blog post
2019-02-05 15:16:31 +01:00
- [ ] Copy release notes to the [GitHub Release description](https://github.com/libp2p/js-libp2p/releases)
# ❤️ Huge thank you to everyone that made this release possible
In alphabetical order, here are all the humans that contributed to the release:
- ...
2018-07-02 14:43:34 +02:00
2018-07-22 19:32:07 +01:00
# 🙌🏽 Want to contribute?
2018-07-02 14:43:34 +02:00
Would you like to contribute to the libp2p project and don't know how? Well, there are a few places you can get started:
2019-04-12 13:05:13 +02:00
- Check the issues with the `help wanted` label in the [libp2p repo](https://github.com/libp2p/js-libp2p/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
2019-02-05 15:16:31 +01:00
- Join an IPFS All Hands, introduce yourself and let us know where you would like to contribute - https://github.com/ipfs/team-mgmt#all-hands-call
2018-07-02 14:43:34 +02:00
- Hack with IPFS and show us what you made! The All Hands call is also the perfect venue for demos, join in and show us what you built
- Join the discussion at http://discuss.ipfs.io/ and help users finding their answers.
2019-02-05 15:16:31 +01:00
- Join the [⚡️ⒿⓈ Core Dev Team Weekly Sync 🙌🏽 ](https://github.com/ipfs/team-mgmt/issues/650) and be part of the Sprint action!
2018-07-02 14:43:34 +02:00
# ⁉️ Do you have questions?
2019-04-12 13:05:13 +02:00
The best place to ask your questions about libp2p, how it works and what you can do with it is at [discuss.libp2p.io](https://discuss.libp2p.io). We are also available at the #libp2p channel on Freenode.