Skip to content

Release Process

Daniel Lasry edited this page Jul 11, 2019 · 22 revisions

Requirements

  • Python 3
  • On Mac pip3 install dmgbuild or pip install dmgbuild

Run the release script

The release process is simple. Just run the script "make-release.py" found in the root of the repository.

> python release-script/make-release.py

When prompted, drag and drop the OpenBCIHub folder (or .app file on mac). The script will copy the Hub to the right location.

When finished, the script will print the location of the .zip file for upload.

Release Checklist

Clone this wiki locally