Skip to content

fix: derive current version from latest git tag in release workflow#74

Merged
patrickschaper merged 1 commit into
developmentfrom
fix/release-back-merge-auto-merge
May 21, 2026
Merged

fix: derive current version from latest git tag in release workflow#74
patrickschaper merged 1 commit into
developmentfrom
fix/release-back-merge-auto-merge

Conversation

@patrickschaper

Copy link
Copy Markdown
Owner
  • Read current_version from the latest git tag instead of the VERSION file, so the semver bump and changelog commit range are always correct even when the file is stale
  • Fixes the root cause of wrong version bumps and missing changelog entries when switching minor versions

Reading current_version from the VERSION file caused the semver bump
and changelog range to be wrong whenever the file was stale. Using
the latest git tag ensures the release always builds on the actual
last published version.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@patrickschaper patrickschaper enabled auto-merge (squash) May 21, 2026 13:29
@patrickschaper patrickschaper merged commit 1a43aa0 into development May 21, 2026
4 checks passed
@patrickschaper patrickschaper deleted the fix/release-back-merge-auto-merge branch May 21, 2026 13:29
This was referenced May 21, 2026
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