-
Notifications
You must be signed in to change notification settings - Fork 215
Update CHANGELOGs and pubspecs for release. #4033
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
Conversation
PR Health |
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
FYI I think the
I'm not very familiar with these packages, but the changelog for a minor version of Update: I verified that restricting the |
Thanks Stuart. Yes, unfortunately But, a major version change to To keep the tests running you'll need to restrict Sorry about that! |
If using |
Thanks, yes, I'll try to figure out something that works well here :) Just generally I'd like to reduce the number of packages, actually I wonder if I should just put everything under |
The four core packages
build
build_resolvers
build_runner_core
build_runner
now form a dependency cycle due to extra "internal" dependencies adding during the refactoring, I'll want to entangle that at some point :) perhaps by merging packages, not sure yet.
For now I'll instead treat them as a single unit: I add exact deps between them and will version+release them together.