Skip to content

Commit 411cdc5

Browse files
committed
Release script improvements
- Fix determining next version [skip ci]
1 parent a7076e3 commit 411cdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

do-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939

4040
# allow to override the next version, e.g. via "DEVELOPMENT_VERSION=7.0.0 ./do-release.sh"
4141
if [ "$DEVELOPMENT_VERSION" = "" ]; then
42-
DEVELOPMENT_VERSION="$MAJOR.$NEXT_MINOR.$NEXT_PATCH-SNAPSHOT"
42+
DEVELOPMENT_VERSION="$MAJOR.$NEXT_MINOR.$NEXT_PATCH"
4343
fi
4444

4545
# allow to override the build qualifier, e.g. via "BUILDQUALIFIER="$(date -u +v%Y%m%d-%H%M)-rc1" ./do-release.sh"

0 commit comments

Comments
 (0)