Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 654 Bytes

File metadata and controls

13 lines (12 loc) · 654 Bytes

Releasing

  1. Update the CHANGELOG.md with the version
  2. Update the version in pubspec.yaml
  3. Go to GH Releases
  4. Choose a tag name (e.g. 3.0.0), this is the version number of the release (the tag must follow this format).
    1. Preview releases follow the pattern 3.0.0-alpha.1, 3.0.0-beta.1, 3.0.0-RC.1
  5. Choose a release name (e.g. 3.0.0), ideally it matches the above.
  6. Write a description of the release.
  7. Publish the release.
  8. GH Action (publish.yml) is doing everything else automatically.
  9. Done.