Skip to content
Casper da Costa-Luis edited this page May 24, 2021 · 8 revisions

Guidelines

Contributions

PR tests won't all pass due to missing credentials. Don't worry - we're working on it!

Maintainers: New Release

  1. Use a branch and PR targeting master (e.g. devel, release/vM.m.p, etc.)
  2. Keep the PR description up-to-date as things get merged into it
  3. Merge
  4. git checkout master && git pull && npm version vM.m.p && git push && git push --tags
  5. Draft a new release
    • Copy the PR description to the release notes
Clone this wiki locally