shipkit
shipkit copied to clipboard
Version is bumped when performRelease fails
I found a possible issue. When running performRelease
versions in version.properties are bumped even if the whole process fails. This leads to failures in the further runs as for example new tags are not pushed to remote repository.
I would expect that version is increased only when the whole process was successful.
What do you think @mockitoguy, @wwilk ?