Environment Release Policy
- a release should be created after delivery and validation of new scripts
- releases should follow the following procedure as outlined on https://semver.org/
- if changes are made to the scripts, a new release should be made following the rules below
Semantic Versioning Policy
- release tags will be formated as X.Y.Z
- letters represent positive integers
- X indicates MAJOR changes to process
- Y indicates what year the script applies to
- Z indicates if any changes have been made between Y versions
Examples
- current version is 1.2020.0, indicating its build 1 of the scripts, updated in 2020
- if a change is made mid year, the release would be updated to 1.2020.1