Merge pull request #10668 from stevenhorsman/update-release-process-post-3.12

doc: Update the release process
This commit is contained in:
Steve Horsman 2024-12-19 14:16:30 +00:00 committed by GitHub
commit 79495379e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,14 @@ branch to read only whilst the release action runs.
> [!NOTE]
> Admin permission is needed to complete this task.
### Wait for the `VERSION` bump PR payload publish to complete
To reduce the chance of need to re-run the release workflow, check the
[CI | Publish Kata Containers payload](https://github.com/kata-containers/kata-containers/actions/workflows/payload-after-push.yaml)
once the `VERSION` PR bump has merged to check that the assets build correctly
and are cached, so that the release process can just download these artifacts
rather than needing to build them all, which takes time and can reveal errors in infra.
### Check GitHub Actions
We make use of [GitHub actions](https://github.com/features/actions) in the