...
- Figure out what has changed since last release - go to TIS-DEVOPS/ansible/vars/stage/platform.yml and compare the versions with the latest versions in all repos (fastest way is to use GitHub)
- finalise the artefacts you want to deploy using jenkins
- create the release documentation like below → Jira query to add tasks: status = Done AND status changed to Done after 2016-12-07 before now() and fixVersion is EMPTY and project="TIS Development"
- create release main.yml inside TIS-DEVOPS → TIS-DEVOPS/ansible/releases/TIS-27/main.yml → push → make sure https://build.tis.nhs.uk/jenkins/job/devops/ has run
- release to stage
- ask everyone to check their stuff in stage
- modify and push TIS-DEVOPS/ansible/vars/prod/platform.yml
- release to prod
...