-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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.
- Pull down the latest changes from master
# VERSION=4.0.0-<YYYYMMDD> make generate_all
- Mass replace in directory the old version, with the new
# git commit -am "4.0.0-<YYYYMMDD> release"
# git tag 4.0.0-<YYYYMMDD>
# git push origin master && git push --tags
- See the tagging convention explanation here.