Skip to content

Flutter and Dart open-source packages maintained by Mews.

Notifications You must be signed in to change notification settings

MewsSystems/mews-flutter

Repository files navigation

melos

mews-flutter

This repository contains Flutter and Dart open-source packages maintained by Mews:

Releasing a new version

  • Create a new branch. Any name will be ok, but recommended pattern is release-{DATE}, e.g. release-2021-05-05.
  • Run melos version in root directory. It will create a new commit with updated changelog and version based on previous commits.
  • Push this commit and create a new PR. Don't forget to push tags as well, e.g. with git push --tags.
  • PR should be merged, not squashed (otherwise tag will not be merged into master).
  • After PR is merged, publish a new version to pub.dev using melos publish command in master branch (it can be only done locally).