From ba05111383eab2866da032f280d32832afb5e957 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 1 Nov 2023 15:03:35 -0600 Subject: [PATCH] regex -> regular expression --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c349db..0ada7b9 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ GitHub Actions allows users to select a specific version of the action to use, b 1. **Retrieving the latest release tag:** The script starts by fetching the most recent release tag by looking at the local data available in your repository. -1. **Prompting for a new release tag:** The user is then prompted to enter a new release tag. To assist with this, the script displays the latest release tag and provides a regex to validate the format of the new tag. +1. **Prompting for a new release tag:** The user is then prompted to enter a new release tag. To assist with this, the script displays the latest release tag and provides a regular expression to validate the format of the new tag. 1. **Tagging the new release:** Once a valid new tag is entered, the script tags the new release.