Skip to content

docs: bump GHA recipe semvertag floor to >=0.3#6

Merged
lesnik512 merged 1 commit into
mainfrom
bugfix/uvx-version-floor
Jun 8, 2026
Merged

docs: bump GHA recipe semvertag floor to >=0.3#6
lesnik512 merged 1 commit into
mainfrom
bugfix/uvx-version-floor

Conversation

@lesnik512

Copy link
Copy Markdown
Member

Summary

Tightens the uvx 'semvertag>=...,<1' floor from 0.2 to 0.3 in the three GitHub Actions recipe snippets. 0.2.x doesn't have the GitHub provider — anyone copying the recipe expecting it to work on 0.2.x would get a confusing 401 because no provider could be resolved.

GitLab's >=0.1,<1 floor stays — 0.1.x is correct for that provider.

Also serves as the next dogfood: this PR's source branch is bugfix/..., so the dogfood workflow should auto-tag main with 0.3.1 on merge.

Test plan

  • Merge → dogfood workflow runs on the merge commit
  • Workflow detects bugfix/ prefix, computes patch bump, creates tag 0.3.1
  • gh release list shows the new tag (no GitHub release yet — that's intentional, publish.yml fires on release creation only)

🤖 Generated with Claude Code

The 0.2.x line predates the GitHub provider; >=0.2 in the GHA recipe
silently misleads users into thinking 0.2.0 supports GitHub. Tighten
the floor to >=0.3,<1 in the three GHA examples (README hero +
docs/providers/github.md Quick Start + strategy example).

GitLab CI's >=0.1,<1 floor stays as-is — 0.1.x is the correct floor
for that provider.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@lesnik512 lesnik512 merged commit 59e3d08 into main Jun 8, 2026
5 checks passed
@lesnik512 lesnik512 deleted the bugfix/uvx-version-floor branch June 8, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant