rlsbl v0.40.1 /rlsbl.commands.undo
On this page

Undo command that reverts the last release by deleting the GitHub Release, removing the git tag, and reverting the version bump commit.

#rlsbl.commands.undo

#rlsbl.commands.undo

Undo command that reverts the last release by deleting the GitHub Release, removing the git tag, and reverting the version bump commit.

#_print_summary

python
def _print_summary(results)

Print a summary table of step results. Only called when at least one step failed.

#run_cmd

python
def run_cmd(registry, args, flags)