Skip to content

fix(build): set MinVerTagPrefix to v so version tags are recognized#33

Merged
begeistert merged 1 commit into
masterfrom
fix/minver-tag-prefix
Jun 6, 2026
Merged

fix(build): set MinVerTagPrefix to v so version tags are recognized#33
begeistert merged 1 commit into
masterfrom
fix/minver-tag-prefix

Conversation

@begeistert
Copy link
Copy Markdown
Collaborator

Description

Type of change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🧹 Refactoring (no functional changes, just code cleanup)

Checklist

  • 🧪 Tests passed locally (dotnet test)
  • ✅ Added new tests for this feature/fix
  • 📝 Documentation updated (if applicable)
  • 🚫 No "Magic Strings" or hardcoded values
  • 💾 Validated against the RP2040 Datasheet (if applicable)

Screenshots / Hex Dumps (Optional)

MinVer defaults to an empty tag prefix, so it looked for tags like `1.0.0-rc.1`
and ignored the actual `v1.0.0-rc.1` tag, falling back to 0.0.0-preview.{height}
(that's why the first publish shipped as 0.0.0-preview.161). Setting the prefix
to `v` makes MinVer derive the package version from the v-prefixed release tags.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@begeistert begeistert requested a review from lmSeryi as a code owner June 6, 2026 07:31
@begeistert begeistert merged commit 6711908 into master Jun 6, 2026
1 check passed
@begeistert begeistert deleted the fix/minver-tag-prefix branch June 6, 2026 07:31
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