Skip to content

Bump gitsemver to v2.0.0 in create-release workflow - #199

Merged
QuentinBisson merged 1 commit into
mainfrom
fix-gitsemver-v2
Jun 2, 2026
Merged

Bump gitsemver to v2.0.0 in create-release workflow#199
QuentinBisson merged 1 commit into
mainfrom
fix-gitsemver-v2

Conversation

@QuentinBisson

Copy link
Copy Markdown
Contributor

What

Bump the pinned gitsemver version from 1.1.2 to 2.0.0 in the build-artifacts job of create-release.yaml.

Why

gitsemver v2.0.0 (released 2026-06-02) renamed the version subcommand to get. devctl v8.3.1 updated its gen makefile output to call gitsemver get, and devctl's own Makefile was regenerated with that change.

With gitsemver 1.1.2 still pinned here, the build step exits with:

error: unknown command "get" for "gitsemver"

VERSION is left empty, the tarball is named devctl-v-<platform>.tar.gz instead of devctl-v<X.Y.Z>-<platform>.tar.gz, and gh release upload fails with no such file or directory.

Any repo that has already regenerated its Makefile with devctl ≥ v8.3.1 will hit the same failure until this is merged.

gitsemver v2.0.0 renamed the `version` subcommand to `get`. devctl v8.3.1
updated generated Makefiles to use `gitsemver get`, which fails with v1.1.2,
leaving VERSION empty and producing misnamed tarballs that the upload step
cannot find.
@QuentinBisson
QuentinBisson marked this pull request as ready for review June 2, 2026 16:33
@QuentinBisson
QuentinBisson requested a review from a team as a code owner June 2, 2026 16:33
@QuentinBisson
QuentinBisson merged commit 1ec2378 into main Jun 2, 2026
1 check passed
@QuentinBisson
QuentinBisson deleted the fix-gitsemver-v2 branch June 2, 2026 16:34
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