We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091bcbf commit 3370680Copy full SHA for 3370680
releasing-scripts/docker-release-build.sh
@@ -38,5 +38,5 @@ git config --global user.name "$GIT_USERNAME"
38
git config --global --list
39
40
echo "Building Parfait"
41
-MAVEN_GPG_PASSPHRASE=$GPG_PASSPHRASE mvn --batch-mode -DdryRun=${DRY_RUN} -DreleaseVersion="${RELEASE_VERSION}" -DdevelopmentVersion="${DEVELOPMENT_VERSION}" release:prepare
+MAVEN_GPG_PASSPHRASE=$GPG_PASSPHRASE mvn --batch-mode -DdryRun=${DRY_RUN} -DreleaseVersion="${RELEASE_VERSION}" -DdevelopmentVersion="${DEVELOPMENT_VERSION}" release:prepare release:perform
42
0 commit comments