Merge pull request #9170 from fidencio/topic/releases-follow-up-I

release: Add the needed fixes for the release process
This commit is contained in:
Fabiano Fidêncio
2024-02-29 10:36:20 +01:00
committed by GitHub
8 changed files with 145 additions and 257 deletions

View File

@@ -10,8 +10,10 @@ This document lists the tasks required to create a Kata Release.
### Check GitHub Actions
We make use of [GitHub actions](https://github.com/features/actions) in the
[minor](../.github/workflows/release-minor.yaml) and
[major](../.github/workflows/release-major.yaml) files from the
[minor](https://github.com/kata-containers/kata-containers/actions/workflows/release-minor.yaml)
and
[major](https://github.com/kata-containers/kata-containers/actions/workflows/release-major.yaml)
files from the
`kata-containers/kata-containers` repository to build and upload release
artifacts.