short tl;dr; of the release
- Robustness and quality
- Ensure that all tests are passing, this includes:
- unit
- interop
- sharness
- Publish a release candidate to npm
# 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
- Run tests of the following projects with the new release:
- Update js.ipfs.io examples and Service Worker Gateway to use latest js-ipfs
- Ensure that all tests are passing, this includes:
- Documentation
- Ensure that README.md is up to date
- 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
name-your-contributors
. Generate a nice markdown list with this script. - Announcements (both pre-release and post-release)
- IRC
- discuss.ipfs.io
- Announce it on the IPFS Users mlist
- Blog post
- Copy release notes to the GitHub Release description
In alphabetical order, here are all the humans that contributed to the release:
- ...
Would you like to contribute to the IPFS project and don't know how? Well, there are a few places you can get started:
- Check the issues with the
help wanted
label at the Ready column in our waffle board - https://waffle.io/ipfs/js-ipfs?label=help%20wanted - Join an IPFS All Hands, introduce yourself and let us know where you would like to contribute - https://github.com/ipfs/team-mgmt/#weekly-ipfs-all-hands
- 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.
- Join the ⚡️ⒿⓈ Core Dev Team Weekly Sync 🙌🏽 and be part of the Sprint action!
The best place to ask your questions about IPFS, how it works and what you can do with it is at discuss.ipfs.io. We are also available at the #ipfs
channel on Freenode.