-
Notifications
You must be signed in to change notification settings - Fork 161
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
ensure components in distributions match guidelines #588
Comments
What would you expect would be the consequence of the suggested check? Blocking the release? Just a warning? Creating an issue in the contrib repo? |
For the components that are already part of a released version of contrib, they should be changed to be alpha (which is what @codeboten showed in the screenshot), as that's what they effectively are (at least). For new components, the PR shouldn't be merged until the component is at least alpha. |
Ideally, a check could run on each PR to the manifests, to validate that the components match the guidelines. As a starting point, checking that all components are marked alpha for the contrib distro would have caught this issue |
I guess it should be enough to check that the |
There are several components in the contrib distribution that are still marked as development in the contrib repository. It would be great if there was a check that validated that components included in the distribution have a stability level of at least Alpha to match the expectation set by the distribution guideline
The text was updated successfully, but these errors were encountered: