Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): error in tagging the downstream repo
In case of travis, the $TRAVIS_BRANCH contains the same value as $TRAVIS_TAG. Example: 1.9.0-RC1 tag and 1.9.0-RC1 branch. Due to this the git-release script failed. This commit adds a step to convert the TRAVIS_TAG to corresponding release branch. Example: 1.9.0-RC1 should happen from v1.9.x Note: OpenEBS release follow the SemVer release format of major.minor.patch[-build-meta] Signed-off-by: kmova <[email protected]>
- Loading branch information