Skip to content

cleanup

release cleanup - Clean up orphaned tags and partial releases after failure

Removes orphaned release artifacts when a release workflow fails.

This command deletes: - Partial GitHub releases (if any exist for the tag) - Git tags from the remote repository

Use this in release workflow cleanup jobs to prevent orphaned tags from blocking future release attempts.

Flags

Flag Description
--tag Tag name to clean up (e.g., r2r-cli/1.0.0)

Notes

Expected Output:

  • Deletion of partial GitHub releases (if any exist for the tag)
  • Deletion of git tags from the remote repository

Examples

release cleanup --tag r2r-cli/1.0.0
release cleanup --tag ext-eac/2.0.0

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.