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

[ecosystem] Autopublisher should take SDK constraint into account #195

Open
dcharkes opened this issue Nov 3, 2023 · 0 comments
Open

[ecosystem] Autopublisher should take SDK constraint into account #195

dcharkes opened this issue Nov 3, 2023 · 0 comments

Comments

@dcharkes
Copy link

dcharkes commented Nov 3, 2023

The publisher can be configured to use a different channel as a repo-wide setting: https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml#L60-L67

This has multiple downsides:

  • It doesn't enable different packages in a mono-repo to target different SDK versions
  • Devs can forget to update the channel setting when changing the SDK constraint between stable and dev/beta.

Related discussion: dart-lang/native#186

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

No branches or pull requests

2 participants