Skip to content

Commit 166fdc2

Browse files
committed
Various release script fixes
1 parent 0ed9df1 commit 166fdc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prepare-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ if [ "$PROJECT" == "orm" ] || [ "$PROJECT" == "reactive" ]; then
4949
# tags the version
5050
# changes the version to the provided development version
5151
./gradlew clean releasePrepare -x test --no-scan --no-daemon --no-build-cache \
52-
-PreleaseVersion=$RELEASE_VERSION -PdevelopmentVersion=$DEVELOPMENT_VERSION
53-
-PgitRemote=origin
52+
-PreleaseVersion=$RELEASE_VERSION -PdevelopmentVersion=$DEVELOPMENT_VERSION \
53+
-PgitRemote=origin -PgitBranch=$BRANCH
5454
else
5555
if [[ "$PROJECT" != "tools" && "$PROJECT" != "hcann" && ! $PROJECT =~ ^infra-.+ ]]; then
5656
# These projects do not have a distribution bundle archive,

0 commit comments

Comments
 (0)