You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated publishing of Flutter packages from GitHub
We have extended the setup-dart publish Github Actions workflow to also allow automated publishing of Flutter packages to pub.dev, making it easier to contribute to the Pub ecosystem in a verifiable manner.
It seems possible using the setup-dart publish GitHub Actions workflow!🚀
Purpose
Reduced release process time.
Background
Currently, I am manually increasing the version locally, creating a PR, and after merging, publishing locally, which is cumbersome.
Proposed Solution
melos version
melos publish
after mergingConsidered Alternatives
Implementation Design
The text was updated successfully, but these errors were encountered: