fix version for release

This commit is contained in:
Guillermo Vaya
2020-05-09 01:08:25 +02:00
parent c2102bb257
commit a65f08e3de
5 changed files with 5 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ case "${1}" in
new_branch_version="${major}.${minor}"
new_branch_name="release-${new_branch_version}"
new_pkg_version="${new_branch_version}.0-rc0"
master_pkg_version="${major}.$(( minor + 2 )).0-develop"
master_pkg_version="${major}.$(( minor + 1 )).0-develop"
print_info "Creating a new features branch: ${new_branch_name}"
if git show-ref --verify --quiet "refs/heads/${new_branch_name}"; then