From 0c53f9fae6096e2d92567bc9541e36a7af4eb018 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 17 Nov 2023 15:00:14 +1100 Subject: [PATCH] add git-retag.sh to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ef1cfd7..b1fecb4 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,20 @@ optional parameters, can appear in any order \ run in debug mode \ suppress success message +## git-retag.sh +Remove existing tags and create a new tag based on %version-%release in spec file (without trailing el7.sme) + + git-retag.sh [ ] + +* \ repository to be retagged +* \ organisation\owner that the repository belongs to + +optional parameters, can appear in any order + +\ will use parameters set for local repository, else it will use remote +\ run with debug output +\ will will print a line showing how it was called + ## parse-list.sh Parse a list of parameters and execute script with those parameters