Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure windows releases include build number #2746

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

bryanoltman
Copy link
Contributor

Description

If a flutter app's pubspec.yaml contains a version without a build number (e.g., 1.0.0), our engine logic will parse that as 1.0.0+0. This change updates the CLI's version parsing logic to append +0 if no build number is present.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore
  • 🧪 Tests

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@bryanoltman bryanoltman merged commit b946e89 into main Jan 9, 2025
11 checks passed
@bryanoltman bryanoltman deleted the bo/windows-build-number branch January 9, 2025 22:03
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.

2 participants