From 0c520582eb64e69808b2103c96045bf9f82ccd68 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 16 May 2019 15:01:39 +0100 Subject: [PATCH] docs: Remove redundant markdown GFM doesn't require corresponding heading hashes at the end of line - start of lines hashes are adequate. Signed-off-by: James O. D. Hunt --- release/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release/README.md b/release/README.md index 10d4f4763c..b1bc3d3c15 100644 --- a/release/README.md +++ b/release/README.md @@ -1,8 +1,8 @@ -# Release tools # +# Release tools 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. @@ -13,7 +13,7 @@ For more information on using the script, run the following: $ ./update-repository-version.sh -h ``` -### Update Kata projects to a new version ### +### Update Kata projects to a new version Kata Containers is divided into multiple projects. With each release, all project versions are updated to keep the version consistent. @@ -28,7 +28,7 @@ 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.