generated PRs for plugin registry should remove all but the latest plugins (instead of including multiple copies of machine-exec and theia) #18596
Labels
area/ci
CI build and releases, PR testing, & whitelabel/productization issues
kind/enhancement
A feature request - must adhere to the feature request template.
kind/release
Issue dedicated to a release (content, status, related PR, go/nogo/problem discussion, etc.)
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
Today, the generated PRs from the plugin registry's make-release.sh script ADD new plugins to the .x and master branches.
and
etc.
Describe the solution you'd like
But since we've decided to keep only a single version (latest), the PRs should:
We can also take this opportunity (once a week for the .z and .0 releases) to purge old plugins that might have crept in accidentally, by scripting the logic that only ONE plugin (the one stored in latest.txt) should be kept.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: