-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Tagging Convention
Dj edited this page Oct 18, 2016
·
9 revisions
In order to prevent pushing up to existing tags and breaking existing functionality, a tagging convention has been created for the Docker repositories. The formula is as such:
<Major>.<Minor>.<Patch>-<Chemical Element in Alphabetical order>
Notes:
- The
<Major>.<Minor>.<Patch>
bit matches the Selenium versions that will be downloaded. - I pull the chemical elements from http://lenntech.com/periodic/name/alphabetic.htm. NOT necessarily the version of our docker changes
- The Releases Page should contain the change logs between versions