Skip to content

Release

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