mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
docs: Improve release README
Added backticks to commands and added a TOC. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
e8ba16eec9
commit
4213fcba53
@ -1,8 +1,15 @@
|
||||
# Release tools
|
||||
|
||||
* [Introduction](#introduction)
|
||||
* [`update-repository-version.sh`](#update-repository-versionsh)
|
||||
* [Update Kata projects to a new version](#update-kata-projects-to-a-new-version)
|
||||
* [`tag_repos.sh`](#tag_repossh)
|
||||
|
||||
## Introduction
|
||||
|
||||
This directory contains tools for Kata Containers releases.
|
||||
|
||||
## update-repository-version.sh
|
||||
## `update-repository-version.sh`
|
||||
|
||||
This script creates a GitHub pull request (a.k.a PR) to change the version in
|
||||
all the Kata repositories.
|
||||
@ -24,12 +31,12 @@ To update all versions for all projects, use the following:
|
||||
$ make bump-kata-version NEW_VERSION=<new-version>
|
||||
```
|
||||
|
||||
The makefile target bump-kata-version creates a GitHub pull request in the Kata
|
||||
repositories. These pull requests are tested by the Kata CI to ensure the
|
||||
The makefile target `bump-kata-version` creates a GitHub pull request in the
|
||||
Kata repositories. These pull requests are tested by the Kata CI to ensure the
|
||||
entire project is working prior to the release. Next, the PR is approved and
|
||||
merged by Kata Containers members.
|
||||
|
||||
## tag_repos.sh
|
||||
## `tag_repos.sh`
|
||||
|
||||
After all the Kata repositories are updated with a new version, they need to be
|
||||
tagged.
|
||||
|
Loading…
Reference in New Issue
Block a user