- Create a pull request with your changes
- Update
pubspec.yaml
with appropriate package version and add an entry to your package'sCHANGELOG.md
- Gather approvals and ensure CI passes
- Merge
- Tag your merge commit on
master
with<package_name>-v<version>
and let the GitHub Actions do the rest.