fix(release): guard the hoisted git remote get-url call #159
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VA-146-create-release-rerun-guard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The re-run guard needs
base_urlbefore the branch is created (so an in-flight release can be reported with its PR list URL), which movedgit remote get-url originup from the PR-printing block. Wrap it in| completewith its exit code checked and its stderr printed, matching every other git call in the recipe.Signed-off-by: David Randall David@NiceGuyIT.biz
#VA-146