Skip to content

fix(ci): include patch version in release binary names#515

Open
kehoecj wants to merge 1 commit into
mainfrom
fix/release-binary-semver
Open

fix(ci): include patch version in release binary names#515
kehoecj wants to merge 1 commit into
mainfrom
fix/release-binary-semver

Conversation

@kehoecj
Copy link
Copy Markdown
Collaborator

@kehoecj kehoecj commented May 29, 2026

The archive naming stripped the patch version in the binary name, breaking package managers like aqua that expect full semver in artifact URLs.

Fixes #514

@kehoecj kehoecj requested a review from a team as a code owner May 29, 2026 13:25
@kehoecj kehoecj added the bug Something isn't working label May 29, 2026
The archive naming stripped the patch version (2.2.1 → 2.2), breaking
package managers like aqua that expect full semver in artifact URLs.

Fixes #514
@kehoecj kehoecj force-pushed the fix/release-binary-semver branch from ef1f164 to c69dc11 Compare May 29, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Packages versions (>= 2.2.0) in release page are all only 2.2.

1 participant