Skip to content

Check if a local branch exists and abort the task if true

Achilleas Pipinellis requested to merge check-local-branch into master

Add another failsafe for the versions task. This time abort if the branch already exists. This means you can only run the task once, we may need to refactor this in the future, but it will do for now.

Merge request reports