Skip to content

fix release tag check - #486

Merged
JasonVranek merged 1 commit into
mainfrom
fix/release-tag-checking
Aug 4, 2026
Merged

fix release tag check#486
JasonVranek merged 1 commit into
mainfrom
fix/release-tag-checking

Conversation

@JasonVranek

Copy link
Copy Markdown
Collaborator

The plural /git/refs/ endpoint does PREFIX matching: with v0.10.0-rc1..rc4 existing, /git/refs/tags/v0.10.0 returns the rc tags (HTTP 200), which made the rc -> final release flow impossible (the final tag always read as "already exists").

The plural /git/refs/ endpoint does PREFIX matching: with
v0.10.0-rc1..rc4 existing, /git/refs/tags/v0.10.0 returns the rc tags
(HTTP 200), which made the rc -> final release flow impossible (the
final tag always read as "already exists").
@JasonVranek
JasonVranek requested a review from a team August 3, 2026 22:10
@JasonVranek
JasonVranek merged commit 9af88d3 into main Aug 4, 2026
5 checks passed
@JasonVranek
JasonVranek deleted the fix/release-tag-checking branch August 4, 2026 21:10
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.

3 participants