-
-
Notifications
You must be signed in to change notification settings - Fork 802
Release Process
Dave Haeffner edited this page May 28, 2019
·
13 revisions
- Use an appropriate version number (e.g.,
v#.#.#
) for the sub-heading - Fill out a description of what's new/fixed
- Commit your changes
- run
yarn
andperu sync
yarn test
env NODE_ENV=staging yarn build:ext
yarn test:ext
yarn run lerna publish
- Go to Chrome Store dashboard
- Click
Upload Updated Package
- Upload
selenium-ide.zip
frompackages/selenium-ide/build
- Click
Publish Changes
- 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