Skip to content

Commit

Permalink
FIX Fix release script for patches
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Mar 12, 2019
1 parent 2f95af6 commit 43245f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ elif [ "$RELEASE_TYPE" == "minor" ]; then
NEXT_SHORT_TAG="${CURRENT_MAJOR}.${NEXT_MINOR}"
elif [ "$RELEASE_TYPE" == "patch" ]; then
NEXT_FULL_TAG="${CURRENT_MAJOR}.${CURRENT_MINOR}.${NEXT_PATCH}"
NEXT_SHORT_TAG="${CURRENT_MAJOR}.${NEXT_MINOR}"
NEXT_SHORT_TAG="${CURRENT_MAJOR}.${CURRENT_MINOR}"
else
echo "Incorrect release type; use 'major', 'minor', or 'patch' as an argument"
exit 1
Expand Down

0 comments on commit 43245f9

Please sign in to comment.