mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-09 12:49:12 +00:00
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>
24 lines
694 B
Markdown
24 lines
694 B
Markdown
# Release information
|
|
|
|
## Introduction
|
|
|
|
This directory contains information of the process and
|
|
tools used for creating Kata Containers releases.
|
|
|
|
## Create a Kata Containers release
|
|
|
|
See [the release documentation](../../../docs/Release-Process.md).
|
|
|
|
## Release tools
|
|
|
|
### `release.sh`
|
|
|
|
This script is used by [GitHub actions](https://github.com/features/actions) in the
|
|
[release](https://github.com/kata-containers/kata-containers/actions/workflows/release.yaml)
|
|
file from the `kata-containers/kata-containers` repository to handle the various steps of
|
|
the release process.
|
|
|
|
### `generate_vendor.sh`
|
|
|
|
This script is used by `release.sh` to generate a tarball with all the cargo vendored code.
|