Skip to content

fix: create temporary semver tag for GoReleaser in monorepo#64

Merged
rianjs merged 1 commit intomainfrom
fix/goreleaser-skip-validate
Feb 2, 2026
Merged

fix: create temporary semver tag for GoReleaser in monorepo#64
rianjs merged 1 commit intomainfrom
fix/goreleaser-skip-validate

Conversation

@rianjs
Copy link
Copy Markdown
Contributor

@rianjs rianjs commented Feb 2, 2026

GoReleaser validates that the tag exists in git. Since we use prefixed tags (cfl-v*, jtk-v*) but GoReleaser expects plain semver (v*), we create a temporary local tag before running GoReleaser.

GoReleaser validates that the tag exists in git. Since we use prefixed
tags (cfl-v*, jtk-v*) but GoReleaser expects plain semver (v*), we
create a temporary local tag before running GoReleaser.

The temp tag is only local (never pushed) and lets GoReleaser find
a valid semver tag to satisfy its validation.
@rianjs rianjs merged commit c7626a1 into main Feb 2, 2026
@rianjs rianjs deleted the fix/goreleaser-skip-validate branch February 2, 2026 15:40
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