Skip to content

fix: Support slashed release tags in github-releases strategy#263

Merged
alecthomas merged 1 commit intomainfrom
aat/fix-github-releases-slashed-tags
Apr 16, 2026
Merged

fix: Support slashed release tags in github-releases strategy#263
alecthomas merged 1 commit intomainfrom
aat/fix-github-releases-slashed-tags

Conversation

@alecthomas
Copy link
Copy Markdown
Collaborator

Release tags like "kustomize/v5.8.1" contain slashes, which the
single-segment {release}/{file} route pattern couldn't match.
Use {rest...} wildcard and split at the last slash instead.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Release tags like "kustomize/v5.8.1" contain slashes, which the
single-segment {release}/{file} route pattern couldn't match.
Use {rest...} wildcard and split at the last slash instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@alecthomas alecthomas requested a review from a team as a code owner April 16, 2026 03:05
@alecthomas alecthomas requested review from js-murph and removed request for a team April 16, 2026 03:05
@alecthomas alecthomas enabled auto-merge (squash) April 16, 2026 03:05
@alecthomas alecthomas merged commit bfe6af5 into main Apr 16, 2026
8 checks passed
@alecthomas alecthomas deleted the aat/fix-github-releases-slashed-tags branch April 16, 2026 03:07
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