Clarify release script usage

This commit is contained in:
Nick Alteen
2024-02-01 10:23:43 -05:00
parent f7f7a94ba3
commit 535a28ecb5
2 changed files with 30 additions and 17 deletions

View File

@@ -209,13 +209,14 @@ steps:
run: echo "${{ steps.test-action.outputs.time }}"
```
## Publishing a new release
## Publishing a New Release
This project includes a helper script designed to streamline the process of
tagging and pushing new releases for GitHub Actions.
This project includes a helper script, [`script/release`](./script/release)
designed to streamline the process of tagging and pushing new releases for
GitHub Actions.
GitHub Actions allows users to select a specific version of the action to use,
based on release tags. Our script simplifies this process by performing the
based on release tags. This script simplifies this process by performing the
following steps:
1. **Retrieving the latest release tag:** The script starts by fetching the most