bloom-release: How to over-write latest release
I have updated my release repo running bloom-release
but now I want to update that release over-writing previous commits and tags. One way is to do it manually, using git, resetting each branch/tag to previous state and then running bloom-release
again, but I am searching for a more elegant way.
EDIT: I have cancelled the pull request to rosdistro at the end of bloom-release
script, so the release is only in my release repo.