Skip to content

Commit

Permalink
#130 Add back in release:perform phase now that dryRun is working.
Browse files Browse the repository at this point in the history
  • Loading branch information
tallpsmith committed Nov 21, 2024
1 parent 091bcbf commit 3370680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasing-scripts/docker-release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ git config --global user.name "$GIT_USERNAME"
git config --global --list

echo "Building Parfait"
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

0 comments on commit 3370680

Please sign in to comment.