Skip to content

Release Process

Diego Molina edited this page Oct 7, 2018 · 12 revisions

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

  1. Pull down latest changes from master
  2. # VERSION=3.5.3-<element> make generate_all
  3. Mass replace in directory the old version, with the new
  4. # git commit -am "3.5.3-<element> release"
  5. # git tag 3.5.3-<element>
  6. # git push origin master && git push --tags
  • <element> can be explained better here.
Clone this wiki locally