Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to generate workflow files for automated publishing #434

Open
jonasfj opened this issue Feb 3, 2023 · 1 comment
Open

Option to generate workflow files for automated publishing #434

jonasfj opened this issue Feb 3, 2023 · 1 comment

Comments

@jonasfj
Copy link
Member

jonasfj commented Feb 3, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants