Skip to content

Fix GitVersion tag-prefix for package-name@version tag format#21

Merged
shellicar merged 2 commits intomainfrom
fix/gitversion-publish-tag
Apr 13, 2026
Merged

Fix GitVersion tag-prefix for package-name@version tag format#21
shellicar merged 2 commits intomainfrom
fix/gitversion-publish-tag

Conversation

@shellicar
Copy link
Copy Markdown
Owner

Summary

  • GitVersion did not recognise package-name@version release tags, falling back to 1.0.0-alpha.N on every build
  • Add tag-prefix: '.*@' so GitVersion strips the package prefix and parses the version correctly
  • Remove next-version and ConfiguredNextVersion strategy, which conflict with the regex tag-prefix and only apply to tagless workflows

@shellicar shellicar added this to the monorepo-migration milestone Apr 13, 2026
@shellicar shellicar added the bug Something isn't working label Apr 13, 2026
@shellicar shellicar self-assigned this Apr 13, 2026
@shellicar shellicar merged commit 1bfe10d into main Apr 13, 2026
4 checks passed
@shellicar shellicar deleted the fix/gitversion-publish-tag branch April 13, 2026 14:41
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.

1 participant