Skip to content

Commit

Permalink
MINOR: Don't run all the tests on a release (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored and wgtmac committed Sep 30, 2024
1 parent 2734728 commit aec24e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ new_development_version="$release_version-SNAPSHOT"
tag="apache-parquet-$release_version-rc$2"

mvn release:clean
mvn release:prepare -Dtag="$tag" "-DreleaseVersion=$release_version" -DdevelopmentVersion="$new_development_version"
mvn release:prepare -DskipTests -Darguments=-DskipTests -Dtag="$tag" "-DreleaseVersion=$release_version" -DdevelopmentVersion="$new_development_version"

echo "Finish staging binary artifacts by running: mvn release:perform"

0 comments on commit aec24e7

Please sign in to comment.