rlsbl v0.40.1 /rlsbl yank
On this page

Deprecate a past release with a soft yank (pre-release flag plus notice) or fully delete it with a hard yank while preserving the git tag.

#rlsbl yank

Mark a past release as deprecated (soft yank) or delete it (hard yank). Soft yank marks the GitHub Release as pre-release and prepends a deprecation notice. Hard yank deletes the release entirely while preserving the git tag.

#Flags

Flags
NameShortTypeDefaultEnvDescription
--reasonstrWhy the version is being yanked
--usestrReplacement version to recommend
--hardboolDelete the release instead of marking as pre-release
--dry-runboolPreview without making changes

#Arguments

Arguments
NameRequiredDescription
versionyesVersion to yank (e.g. 0.9.1 or v0.9.1)