Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 444 Bytes

File metadata and controls

11 lines (10 loc) · 444 Bytes

Patch Release Checklist

  • Analyze commits to determine version bump type
  • Bump version in pubspec.yaml (1.1.2 → 1.1.3)
  • Run generate_version.sh to sync version.dart
  • Run check.sh to verify all quality standards
  • Update CHANGELOG.md with release notes
  • Validate README output sample
  • Push changes to main (NOT YET)
  • Run publish.sh to publish to pub.dev (NOT YET)
  • Create GitHub release (NOT YET)