The maintainers of this library can create a release by triggering the Design System Flutter Release
workflow with the patch, minor or major option. This does several things:
- Update the
pubspec.yaml
to reflect the new version. - Update the
CHANGELOG.md
to reflect the new version. - Commit and tag these changes in a new commit by the
@github-action[bot]
. - Create a GitHub release with the notes from the top
CHANGELOG.md
section (from thegithub-release.yml
workflow).