diff options
| author | matt korwel <[email protected]> | 2025-07-05 14:20:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-05 21:20:47 +0000 |
| commit | 5c9372372c73afcff893499e538cf5522a4400e2 (patch) | |
| tree | 17ae10517c48b22dbec0e7e4d0c2c55f4f05f458 | |
| parent | a7256f630c7c9335ccd7a41e97c9322c0a33ea67 (diff) | |
cleaning up prompts for release (#3335)
| -rw-r--r-- | .github/workflows/release.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ffbe4ee..fde3ee4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,22 +11,22 @@ on: required: false # Not required for scheduled runs type: string ref: - description: 'The branch or ref to release from.' + description: 'The branch or ref (full git sha) to release from.' required: true type: string default: 'main' dry_run: - description: 'Whether to run the publish step in dry-run mode.' + description: 'Run a dry-run of the release process; no branches, npm packages or GitHub releases will be created.' required: true type: boolean default: true create_nightly_release: - description: 'Simulate a scheduled nightly release. If true, the version input is ignored.' + description: 'Auto apply the nightly release tag, input version is ignored.' required: false type: boolean default: false force_skip_tests: - description: 'If true, skip the "Run Tests" step. This is only applicable for nightly releases.' + description: 'Select to skip the "Run Tests" step in testing. Prod releases should run tests' required: false type: boolean default: false |
