Skip to content

Release Process

Diego Molina edited this page Mar 26, 2020 · 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. # VERSION=4.0.0-<YYYYMMDD> make generate_all
  3. Mass replace in directory the old version, with the new
  4. # git commit -am "4.0.0-<YYYYMMDD> release"
  5. # git tag 4.0.0-<YYYYMMDD>
  6. # git push origin master && git push --tags
  • See the tagging convention explanation here.
Clone this wiki locally