Skip to content

fix: extract version from CHANGELOG.md in pack recipe#22

Merged
dbrattli merged 1 commit into
mainfrom
fix-release-version
Mar 29, 2026
Merged

fix: extract version from CHANGELOG.md in pack recipe#22
dbrattli merged 1 commit into
mainfrom
fix-release-version

Conversation

@dbrattli
Copy link
Copy Markdown
Collaborator

Summary

  • Fix pack recipe to extract version from CHANGELOG.md instead of using default project version (1.0.0)
  • Aligns with Fable.Beam's approach

This caused a 1.0.0 package to be published to NuGet. The bad package should be unlisted on nuget.org.

Test plan

  • just pack produces a package with the correct version from CHANGELOG.md

🤖 Generated with Claude Code

The pack recipe was using the default project version (1.0.0) instead of
the version from CHANGELOG.md, causing a 1.0.0 package to be published.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dbrattli dbrattli merged commit a83fae8 into main Mar 29, 2026
2 checks passed
@dbrattli dbrattli deleted the fix-release-version branch March 29, 2026 19:02
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