Skip to content

v1.10.0

Compare
Choose a tag to compare
@kmova kmova released this 14 May 17:18
· 19 commits to master since this release
fix(build): git-release check if already tagged

The build fails if a tagged build is restarted
on travis as the previous run would have already
tagged the dependent repos.

This commit adds a check to see if the error
response to tag is about already_exists and returns
a success code.

Signed-off-by: kmova <[email protected]>