Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 414 Bytes

PUBLISHING.md

File metadata and controls

8 lines (7 loc) · 414 Bytes

Publishing new Versions

  1. Merge everything back into master, delete development branches
  2. Ensure correct functionality by running all unit tests: dart test
  3. Add an entry to the changelog
  4. Bump the version specified in the Pub manifest
  5. Create a GitHub release with the version number as the title, implies creating a Git tag
  6. Publish package to Pub: pub publish