Skip to content

Commit 693609c

Browse files
committed
docs: don't hardcode main branch to a specific version in SKILL.md
Assisted-by: OpenCode
1 parent 3883aee commit 693609c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

skills/prow-trigger-nightly/SKILL.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,13 @@ Constraint: `--image-repo` requires `--tag`, but `--tag` works on its own.
9898

9999
### Follow-up based on selections
100100

101-
**If 2 or 3 selected (quay.io registry)** — fetch available tags and present as numbered options. Derive `--tag-filter` from the branch selected in Step 1 (strip `release-` prefix; for `main`, use the current development version):
101+
**If 2 or 3 selected (quay.io registry)** — fetch available tags and present as numbered options. For `release-*` branches, derive `--tag-filter` by stripping the `release-` prefix. For `main`, omit `--tag-filter` to show all available versions:
102102

103103
```bash
104104
# For release-1.10 branch:
105105
uv run scripts/trigger_nightly_job.py --list-tags --tag-filter 1.10
106106

107-
# For main branch (currently maps to 1.11):
108-
uv run scripts/trigger_nightly_job.py --list-tags --tag-filter 1.11
109-
110-
# Browse all versions (no filter):
107+
# For main branch (show all versions):
111108
uv run scripts/trigger_nightly_job.py --list-tags
112109
```
113110

0 commit comments

Comments
 (0)