magpie-release-archive-sweep

Solid

Scan the release distribution area (`dist/release/<project>/` when `release_dist_backend = svnpubsub`, or the configured distribution location), identify releases past the project's retention rule, and propose the backend-shaped command set to move them to the archive area. Read-only on the distribution surface; the RM executes every archival command as themselves.

AI & Automation 83 stars 78 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- SPDX-License-Identifier: Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0 --> <!-- Placeholder convention (see ../../AGENTS.md#placeholder-convention-used-in-skill-files): <project-config> → adopter's project-config directory path <upstream> → adopter's public source repo (e.g. apache/airflow) <project> → project distribution name (e.g. airflow) <version> → release version string (e.g. 2.11.0) <dist-release-url> → URL root for release distribution listing (dist/release/<project>/ when release_dist_backend = svnpubsub) <archive-url> → URL root for the archive area (e.g. https://archive.apache.org/dist/<project>/) <svn-release-base> → SVN URL for dist/release/<project>/ (release_dist_backend = svnpubsub) <svn-archive-base> → SVN URL for the archive destination Substitute these with concrete values from the adopting project's <project-config>/release-management-config.md before running any command below. --> # release-archive-sweep This skill scans the project's distribution area, identifies releases that exceed the configured retention rule, and emits the backend-shaped command set for the RM to archive them. It is Step 12 of the [release-management lifecycle](../../docs/release-management/process.md). The skill is **read-only on the distribution surface**. It never runs `svn mv` (for `release_dist_backend = svnpubsub`), `gh release delete`, `aws s...

Details

Author
apache
Repository
apache/magpie
Created
3 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category