This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a commit to branch release-1.0.7
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git

commit 4603f014fa53c9b5a6b162d2a98001553b131aed
Author: Potato <[email protected]>
AuthorDate: Wed Nov 20 00:46:26 2024 +0800

    RATIS-2195. Enable `release` profile during release (#55)
---
 dev-support/make_rc.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index 2034cb0..980e0e2 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -90,7 +90,7 @@ git archive --format=tar.gz 
--output="${archivedir}/${artifactid}-${version}-src
 
 # Build and install Ratis-Thirdparty for the eventual mvn-deploy
 # No "bin tarball"
-mvnFun install -DskipTests -Papache-release
+mvnFun install -DskipTests -Papache-release -Prelease
 
 echo
 echo "Generated artifacts successfully."
@@ -105,9 +105,9 @@ echo '  for i in *.tar.gz; do echo $i; gpg --armor --output 
$i.asc --detach-sig
 echo
 echo "Check the content deployed to maven."
 echo "If good, close the repo and record links of temporary staging repo"
-echo "  ${mvn} deploy -DskipTests -Papache-release 
-Dmaven.repo.local=${repodir}"
+echo "  ${mvn} deploy -DskipTests -Papache-release -Prelease 
-Dmaven.repo.local=${repodir}"
 echo
-echo "If all good tag the RC"
+echo "If all good tag the RC and publish to git"
 echo
 echo "Finally, you may want to remove archive dir and repo dir"
 echo "  rm -rf ${archivedir}"

Reply via email to