Skip to content

Commit

Permalink
RATIS-2195. Enable release profile during release (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneSizeFitsQuorum authored Nov 19, 2024
1 parent 1ff4872 commit a7872cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-support/make_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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}"
Expand Down

0 comments on commit a7872cd

Please sign in to comment.