Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
diasf committed Oct 9, 2024
1 parent d94cb1b commit 34c0cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RELEASE_FULL_VERSION="${CURRENT_MAJOR_VERSION}.${CURRENT_MINOR_VERSION}.${CURREN

if [ "${NEXT_DEV_VERSION}" == "major" ]; then
DEVELOPMENT_FULL_VERSION="${NEXT_MAJOR_VERSION}.0.0-SNAPSHOT"
elif [ "${RELEASE_VERSION}" == "minor" ]; then
elif [ "${NEXT_DEV_VERSION}" == "minor" ]; then
DEVELOPMENT_FULL_VERSION="${CURRENT_MAJOR_VERSION}.${NEXT_MINOR_VERSION}.0-SNAPSHOT"
else
DEVELOPMENT_FULL_VERSION="${CURRENT_MAJOR_VERSION}.${CURRENT_MINOR_VERSION}.${NEXT_PATCH_VERSION}-SNAPSHOT"
Expand Down

0 comments on commit 34c0cc5

Please sign in to comment.