From a71e85eba63f7cd135b8e4609636976d26ced70a Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 31 Oct 2023 17:52:55 -0600 Subject: [PATCH] add inline notes --- script/release | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/script/release b/script/release index 18cca85..246da59 100755 --- a/script/release +++ b/script/release @@ -1,5 +1,14 @@ #!/bin/bash +# About: +# This is a helper script to tag and push a new release. +# GitHub Actions use release tags to allow users to select a specific version of the action to use. +# This script will do the following: +# 1. Get the latest release tag +# 2. Prompt the user for a new release tag (while displaying the latest release tag, and a regex to validate the new tag) +# 3. Tag the new release +# 4. Push the new tag to the remote + # Usage: # script/release