releases: Adjust documentation to the new workflow

This drops the documentation of the legacy release scripts and adds
a quick description of the scripts of the new workflow. It also
highlights the bump of the `VERSION` file.

Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
Greg Kurz
2024-03-18 12:00:22 +01:00
parent 76c640767e
commit 3cfc1b6ba7
2 changed files with 12 additions and 30 deletions

View File

@@ -7,6 +7,11 @@ This document lists the tasks required to create a Kata Release.
## Release Process
### Bump the `VERSION` file
When the `kata-containers/kata-containers` repository is ready for a new release,
first create a PR to set the release in the `VERSION` file and have it merged.
### Check GitHub Actions
We make use of [GitHub actions](https://github.com/features/actions) in the