Skip to content

Commit 26d1fb2

Browse files
authored
Merge pull request #6299 from NHSDigital/releasing-reporting-docs
Update releasing docs to mention reporting app
2 parents 520a2de + 2f107c4 commit 26d1fb2

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

docs/releasing.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,22 @@ given:
3333
they haven't had a specific branch deployed to them (check [recent
3434
deploys](https://github.com/nhsuk/manage-vaccinations-in-schools/actions/workflows/deploy.yml)).
3535
This can be used as a test that the tag deploys as expected.
36-
7. If there are migrations that need testing (e.g. a data migration or a
37-
long-running migration), deploy this release to `data-replication` and test
38-
the performance of the migration(s) there.
36+
7. If there are migrations that need testing (e.g. a db or data migrations),
37+
deploy this release to `data-replication` and test the performance of the
38+
migration(s) there.
3939
8. Perform pre-release tasks.
40-
9. Run the `Deploy` workflow to deploy to production.
41-
10. Smoke test: login to the production service to ensure it looks normal.
42-
11. Perform post-release tasks.
43-
12. Fast-forward or reset `release` to the release tag.
44-
13. Update the service management channel on NHSE Slack.
45-
14. Update the topic in the Mavis tech channel to reflect the new version.
40+
9. Run the [Deploy
41+
workflow](https://github.com/NHSDigital/manage-vaccinations-in-schools/actions/workflows/deploy.yml)
42+
to deploy to production.
43+
10. Run the [Deploy application
44+
workflow](https://github.com/NHSDigital/manage-vaccinations-in-schools-reporting/actions/workflows/deploy-application.yml)
45+
for the reporting app. You may need to ask other team members for the
46+
correct tag.
47+
11. Smoke test: login to the production service to ensure it looks normal.
48+
12. Perform post-release tasks.
49+
13. Fast-forward or reset `release` to the release tag.
50+
14. Update the service management channel on NHSE Slack.
51+
15. Update the topic in the Mavis tech channel to reflect the new version.
4652

4753
Additional notes below.
4854

0 commit comments

Comments
 (0)