You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have a facility for applying mutable quality tags to a release.
e.g.
Make a quick-fix for a user-reported bug, push a release to the registry, tagged "testing".
Ask the user to try out the fix.
Wait for the CI results for the release and all the dependant packages.
If all is well, a few days later tag the release as "stable".
or:
Do some kind of major refactoring and push out a release tagged "unstable".
After a period of beta testing, push out a new release tagged "testing" (or "candidate")
etc...
Maybe users could push releases into the registry without waiting for human review, but only official reviewers would be allowed to apply the "released" tag?
End users could configure their production environment to only run "stable" packages and their playing-with-new-stuff environment to run anything.
REQUIRES files could include quality tag qualifiers.
Perhaps in the future there could be a "certified" tag that indicates a quality review has been done by an approved body.
The text was updated successfully, but these errors were encountered:
It might be necessary to qualify quality tags per platform.
e.g. "stable" for OSX and Linux, but not tested on Windows or ARM.
or "unstable" but only for ARM because the change does not affect other platforms.
It would be useful to have a facility for applying mutable quality tags to a release.
e.g.
or:
Maybe users could push releases into the registry without waiting for human review, but only official reviewers would be allowed to apply the "released" tag?
End users could configure their production environment to only run "stable" packages and their playing-with-new-stuff environment to run anything.
REQUIRES files could include quality tag qualifiers.
Perhaps in the future there could be a "certified" tag that indicates a quality review has been done by an approved body.
The text was updated successfully, but these errors were encountered: