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
It assumes packages are in a folder with the package name, and relies on a tag pattern like <package>-v{{version}}.
Perhaps it would better if there was an option for mono_repo to generate a workflow file for each package -- it's not as elegant, but a lot less fragile -- or maybe there is some other option we can consider?
The text was updated successfully, but these errors were encountered:
Context: https://dart.dev/tools/pub/automated-publishing
I did this with some hacks in dart-neats:
https://github.com/google/dart-neats/blob/master/.github/workflows/publish.yml
It assumes packages are in a folder with the package name, and relies on a tag pattern like
<package>-v{{version}}
.Perhaps it would better if there was an option for
mono_repo
to generate a workflow file for each package -- it's not as elegant, but a lot less fragile -- or maybe there is some other option we can consider?The text was updated successfully, but these errors were encountered: