-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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.
- Pull down the latest changes from master
- Trigger the release with an empty commit and add
[deploy]
to the commit message.- e.g.
git commit --allow-empty -m "Trigger release [deploy]"
- e.g.
To do a prerelease (a Grid build that is not yet officially released)
- Make the Grid jar available and downloadable via a public URL.
- Change the base docker image and use the URL created in step 1.
- Commit your changes and add
[deploy][prerelease]
to the commit message.- e.g.
git commit -m "Grid version X.Y prerelease [deploy][prerelease]"
- e.g.
- See the tagging convention explanation here.