regex -> regular expression

This commit is contained in:
GrantBirki
2023-11-01 15:03:35 -06:00
parent ea5b2de2c8
commit ba05111383

View File

@@ -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.