-
Notifications
You must be signed in to change notification settings - Fork 67
[native_assets_cli] Publish 0.15.0 #2198
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 HealthBreaking changes ✔️
API leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
License Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
|
cc @jonasfj @sigurdm Is there a way to suppress
so that we can use the publish automation? |
We don't currently have such a mechanism available (dart-lang/pub#3807) |
0b5b71e
to
90ba5e9
Compare
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pub gives a warning on releasing a package that's not a pre-release with a Dart dev constraint:
However, pre-releases don't get prioritized by pub:
Since build hooks are dev/main branch experiments only, we'd want users to always be on the newest version of
package:native_assets_cli
. (Their CIs will automatically roll forward to the newest Dart dev release or Flutter master channel.)edit: after dart-lang/ecosystem#357 we can now ignore the warning.