Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 524 Bytes

File metadata and controls

12 lines (10 loc) · 524 Bytes

Prepare for Release

Version format is v{major}.{minor}.{patch}. e.g. v0.1.1.

  1. Do flutter analyze. Ensure no issues found!
  2. Update pubsec.yaml with new version.
  3. Update README.md with new version.
  4. Update CHANGELOG.md with new version and add details describing what's new and/or changed.
  5. Do git commit -am "{version}".
  6. Do git tag {version}.
  7. Do flutter packages pub publish --dry-run. Check to ensure there are no warnings!
  8. Do flutter packages pub publish to publish new version.