Problem
If error occurs during release, after alex stopped all changes stays on repository and to restart release, I should manually cancel it, for example like this:
git reset --hard HEAD && git checkout develop && git branch -d release/0.4.2
What to do?
It will be nice if alex itself reset all changes if release is not complete properly
Problem
If error occurs during release, after alex stopped all changes stays on repository and to restart release, I should manually cancel it, for example like this:
What to do?
It will be nice if alex itself reset all changes if release is not complete properly