Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Releases

Daco Harkes edited this page Apr 6, 2022 · 2 revisions

Release checklist:

  1. Commit is merged on master branch and all Dart CI checks are green.
  2. The version number is bumped in pubspec.yaml and CHANGELOG.md has an entry describing the changes.
    • We follow semantic versioning. Breaking changes require a major version number increase.
  3. Pull master in a local check out, and double check there are no local changes.
  4. Run dart pub publish.
  5. ...
  6. Happy users!
Clone this wiki locally