Release
- Merge all code into
main
- Run the "Create release" workflow (https://github.com/nationalarchives/ds-wagtail/actions/workflows/create-release-tag.yml) against the
main
branch
- A pull request is created with the release number in calver format
- A release is drafted
- A tag is created
- Merge the created pull request into
main
to update the release number
- Publish the drafted release that was created on the releases page
- A Docker image will be created
- The site will be pushed to platform.sh
- Pull the changes from
main
down to develop