From 068d80a9cba6af9e54b4d217f80f4b50ad1241eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 28 Feb 2024 00:08:47 +0100 Subject: [PATCH] docs: releases: Update link for the release actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows users to go directly to the action page whenever a release needs to be cut. Signed-off-by: Fabiano FidĂȘncio --- docs/Release-Process.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Release-Process.md b/docs/Release-Process.md index 3d9c34c3ac..53a89a1d67 100644 --- a/docs/Release-Process.md +++ b/docs/Release-Process.md @@ -10,8 +10,10 @@ This document lists the tasks required to create a Kata Release. ### Check GitHub Actions We make use of [GitHub actions](https://github.com/features/actions) in the -[minor](../.github/workflows/release-minor.yaml) and -[major](../.github/workflows/release-major.yaml) files from the +[minor](https://github.com/kata-containers/kata-containers/actions/workflows/release-minor.yaml) +and +[major](https://github.com/kata-containers/kata-containers/actions/workflows/release-major.yaml) +files from the `kata-containers/kata-containers` repository to build and upload release artifacts.