diff --git a/bamboo-specs/src/main/resources/scripts/update-version.sh b/bamboo-specs/src/main/resources/scripts/update-version.sh index 86735e403..a8e3d42ef 100755 --- a/bamboo-specs/src/main/resources/scripts/update-version.sh +++ b/bamboo-specs/src/main/resources/scripts/update-version.sh @@ -3,10 +3,12 @@ if [[ "${BRANCH_NAME}" == "master" ]] then ./versions.sh minor + echo "Updating minor version ... " fi if [[ "${BRANCH_NAME}" == release* ]] then ./versions.sh patch + echo "Updating patch version ... " fi