We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d303d44 commit a71e85eCopy full SHA for a71e85e
script/release
@@ -1,5 +1,14 @@
1
#!/bin/bash
2
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
+
12
# Usage:
13
# script/release
14
0 commit comments