We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed9df1 commit 166fdc2Copy full SHA for 166fdc2
prepare-release.sh
@@ -49,8 +49,8 @@ if [ "$PROJECT" == "orm" ] || [ "$PROJECT" == "reactive" ]; then
49
# tags the version
50
# changes the version to the provided development version
51
./gradlew clean releasePrepare -x test --no-scan --no-daemon --no-build-cache \
52
- -PreleaseVersion=$RELEASE_VERSION -PdevelopmentVersion=$DEVELOPMENT_VERSION
53
- -PgitRemote=origin
+ -PreleaseVersion=$RELEASE_VERSION -PdevelopmentVersion=$DEVELOPMENT_VERSION \
+ -PgitRemote=origin -PgitBranch=$BRANCH
54
else
55
if [[ "$PROJECT" != "tools" && "$PROJECT" != "hcann" && ! $PROJECT =~ ^infra-.+ ]]; then
56
# These projects do not have a distribution bundle archive,
0 commit comments