mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-27 10:14:27 +01:00
Add helper script to tag repos. - Check all repos are in the same version - Create annotated tags - Push tags to the repos Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
22 lines
588 B
Markdown
22 lines
588 B
Markdown
# Release tools #
|
|
|
|
This directory contains tools for Kata Containers releases.
|
|
|
|
## tag_repos.sh ##
|
|
|
|
The `tag_repos.sh` script is used to create tags for the Kata Containers
|
|
repositories. This script ensures that all the repositories are in the
|
|
same version (by checking the `VERSION` file).
|
|
|
|
The script creates an **annotated tag** for the new release version for
|
|
the following repositories:
|
|
|
|
- agent
|
|
- proxy
|
|
- runtime
|
|
- shim
|
|
- throttler
|
|
|
|
The script also tags the tests and osbuilder repositories to make it clear
|
|
which versions of these supporting repositories are used for the release.
|