Skip to content

Commit a71e85e

Browse files
committed
add inline notes
1 parent d303d44 commit a71e85e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

script/release

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
#!/bin/bash
22

3+
# About:
4+
# This is a helper script to tag and push a new release.
5+
# GitHub Actions use release tags to allow users to select a specific version of the action to use.
6+
# This script will do the following:
7+
# 1. Get the latest release tag
8+
# 2. Prompt the user for a new release tag (while displaying the latest release tag, and a regex to validate the new tag)
9+
# 3. Tag the new release
10+
# 4. Push the new tag to the remote
11+
312
# Usage:
413
# script/release
514

0 commit comments

Comments
 (0)