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
Co-authored-by: Gang Wu <[email protected]>
  • Loading branch information
Fokko and wgtmac authored Sep 30, 2024
1 parent 0c8b757 commit 9d33db2
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"

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

echo "Finish staging binary artifacts by running: ./mvnw release:perform"

0 comments on commit 9d33db2

Please sign in to comment.