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. Preparing The Production Build

  • run yarn and peru sync
  • yarn test
  • env NODE_ENV=staging yarn build:ext
  • yarn test:ext
  • yarn run lerna publish

3. Chrome

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

4. Mozilla

  • 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
  • Click to edit the version
  • Set the Firefox version to 56 and Save
Clone this wiki locally