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

Latest commit

 

History

History
16 lines (13 loc) · 459 Bytes

releasing.md

File metadata and controls

16 lines (13 loc) · 459 Bytes

Release steps for releasing the plugin to pub.dev

  • Test develop

  • Merge develop to release_x.x.x

  • Test release_x.x.x

  • Bump versions directly on release branch

  • Make a PR from release to master branch and review

  • Add tag on github on release branch

  • Test the publish dry run (Make sure you update your local master branch)

    dart pub publish --dry-run

  • Publish the release

    dart pub publish

  • Merge release to master

  • merge release to develop