Skip to content

fix release tag check - #486

Open
JasonVranek wants to merge 1 commit into
mainfrom
fix/release-tag-checking
Open

fix release tag check#486
JasonVranek wants to merge 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
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.

2 participants