feat: blah

This commit is contained in:
Aleksandr Chikovani 2023-08-27 22:21:16 -04:00
parent 64ed99e955
commit ffdc6fcc09

View file

@ -71,7 +71,7 @@ jobs:
NEXT_VERSION=$(bump_version "${CURRENT_VERSION}" "${CURRENT_BRANCH}") NEXT_VERSION=$(bump_version "${CURRENT_VERSION}" "${CURRENT_BRANCH}")
else else
# If no tags match the release branch, set the next version to release number with 0 patch version, e.g. v-0.1.0 # If no tags match the release branch, set the next version to release number with 0 patch version, e.g. v-0.1.0
NEXT_VERSION="v${BRANCH_VERSION}.0" NEXT_VERSION="v${CURRENT_BRANCH#'release-'}.0"
fi fi
else else
exit 2 exit 2