Skip to content

Release Process

Dave Haeffner edited this page May 28, 2019 · 13 revisions

1. Update the Changelog.md

  • Use an appropriate version number (e.g., v#.#.#) for the sub-heading
  • Fill out a description of what's new/fixed
  • Commit your changes

2. Prepare The Production Build

  • yarn release-prep
  • yarn run lerna publish

3. Upload to the Chrome store

  • Go to Chrome Store dashboard
  • Click Upload Updated Package
  • Upload selenium-ide.zip from packages/selenium-ide/build
  • Click Publish Changes

4. Upload to the Mozilla store

  • Go to the GitHub release page for the project
  • Download the source zip file
  • Upload both the binary (e.g., selenium-ide.zip) and the source zip file (from the release page on GitHub)
  • Click to edit the release
  • Set the Firefox version to 56 and Save