Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 3.13 KB

RELEASE.md

File metadata and controls

66 lines (51 loc) · 3.13 KB

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
      • 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
  • Documentation
    • Ensure that README.md is up to date
    • Ensure that all the examples run
  • Communication

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

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

  • ...

🙌🏽 Want to contribute?

Would you like to contribute to the IPFS project and don't know how? Well, there are a few places you can get started:

⁉️ Do you have questions?

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.