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