Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(travis): tag to release branch conversion (#56)
There are cases where the tags can be on custom release branches like v1.9.x-hotfix or v1.9.x-custom, apart from regular release branch (v1.9.x). This commit helps with translating the given tag to corresponding release branch with custom suffixes. Using the new logic, some examples of tag to branch mappings are: v1.9.0-RC1 => v1.9.x v1.9.0-hotfixid => v1.9.x-hotfixid v1.9.0 => v1.9.x v1.9.1 => v1.9.x v1.9.0-custom-RC1 => v1.9.x-custom v1.9.0-custom => v1.9.x-custom v1.9.1-custom => v1.9.x-custom Signed-off-by: kmova <[email protected]>
- Loading branch information