From eec40ba00f4d61057802c352913998dbc9cc9293 Mon Sep 17 00:00:00 2001 From: "Raphael \"Thom\" Thomazella" Date: Sun, 1 Sep 2024 13:13:34 -0300 Subject: [PATCH] docs: document global DRY_RUN var better --- workflows/release/tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/release/tag.sh b/workflows/release/tag.sh index bf74ca7..6565255 100755 --- a/workflows/release/tag.sh +++ b/workflows/release/tag.sh @@ -101,7 +101,7 @@ validate_tags() { } # Description: Creates and pushes git tags -# Globals : DRY_RUN +# Globals : DRY_RUN (set to echo to dry run) # Args : words separated by spaces # STDOUT : Prints each tag created, plus git output # STDERR : Git might output