From dd736ffe0638dab654011341a64c62acf8b80fa1 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Mon, 29 Apr 2024 10:53:57 +0100 Subject: [PATCH] HPCC-31702 Add pre-requisites to tagging docs Signed-off-by: Gordon Smith --- tools/tagging/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/tagging/README.md b/tools/tagging/README.md index 8f6022a38e1..05276169544 100644 --- a/tools/tagging/README.md +++ b/tools/tagging/README.md @@ -1,6 +1,5 @@ # Tagging new versions - ## General The file tools/git/aliases.sh contains various git aliases which are useful when using git, and may be used by the merge scripts. @@ -15,6 +14,13 @@ Before running any of the other scripts, process the contents of that file as a to initialize the common environment variables. +## Pre-requisites + +The following tools are required: + +* **git** +* **helm** + The following repositories should be checked out in a directory reserved for merging and tagging (default for scripts is ~/git): ```