openebs-archive / libcstor

CAS Data Engine - Library to serve IOs on uZFS with synchronous replication, snapshots and clones
https://www.openebs.io
Apache License 2.0
18 stars 27 forks source link

cherry-pick(refact,build): fixing git-release file to ignore error if tag already exists #60

Closed mynktl closed 4 years ago

mynktl commented 4 years ago

Why is this PR required? What issue does it fix?: git-release script returns error if release at targeted branch already exists. This PR address this issue.

What this PR does?: Fix the git-release to validate the error message and return error only if tag creation failed. Cherry-pick of https://github.com/openebs/libcstor/pull/59

Does this PR require any upgrade changes?:

If the changes in this PR are manually verified, list down the scenarios covered and commands you used for testing with logs:

Any additional information for your reviewer?: Mention if this PR is part of any design or a continuation of previous PRs

Checklist:

Signed-off-by: mayank mayank.patel@mayadata.io