Skip to content

Release Process

Diego Molina edited this page Mar 17, 2022 · 12 revisions

Here are the simple steps to release a new set of docker-selenium images.

  1. Pull down the latest changes from master
  2. Trigger the release with an empty commit and add [deploy] to the commit message.
    1. e.g. git commit --allow-empty -m "Trigger release [deploy]"

To do a prerelease (a Grid build that is not yet officially released)

  1. Make the Grid jar available and downloadable via a public URL.
  2. Change the base docker image and use the URL created in step 1.
  3. Commit your changes and add [deploy][prerelease] to the commit message.
    1. e.g. git commit -m "Grid version X.Y prerelease [deploy][prerelease]"
  • See the tagging convention explanation here.
Clone this wiki locally