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

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git


The following commit(s) were added to refs/heads/main by this push:
     new ec2f0ef  Changes based on testing release candidate creation (#40)
ec2f0ef is described below

commit ec2f0efade3b084a04190449617d48ead8a2da15
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Mon Feb 12 09:20:30 2024 -0500

    Changes based on testing release candidate creation (#40)
---
 pom.xml                               | 2 +-
 src/build/create-release-candidate.sh | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0836585..5edf059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,7 +440,7 @@
           <goals>clean deploy</goals>
           <preparationGoals>clean package</preparationGoals>
           <tagNameFormat>rel/@{project.version}</tagNameFormat>
-          <releaseProfiles>apache-release,accumulo-release</releaseProfiles>
+          <releaseProfiles>apache-release</releaseProfiles>
           <useReleaseProfile>false</useReleaseProfile>
           <pushChanges>false</pushChanges>
           <localCheckout>true</localCheckout>
diff --git a/src/build/create-release-candidate.sh 
b/src/build/create-release-candidate.sh
index 6fb94ad..d368630 100755
--- a/src/build/create-release-candidate.sh
+++ b/src/build/create-release-candidate.sh
@@ -142,8 +142,6 @@ createEmail() {
   [[ -n $3 ]] && stagingrepo=$3 || stagingrepo=$(prompter 'staging repository 
number from https://repository.apache.org/#stagingRepositories' '[0-9]+')
   local srcSha
   [[ -n $4 ]] && srcSha=$4 || srcSha=$(prompter 'SHA512 for source tarball' 
'[0-9a-f]{128}')
-  local binSha
-  [[ -n $5 ]] && binSha=$5 || binSha=$(prompter 'SHA512 for binary tarball' 
'[0-9a-f]{128}')
 
   local branch
   branch=$ver-rc$rc
@@ -222,9 +220,7 @@ files will be added to the dist/release SVN area after 
release:
 $(yellow "$projName-$ver-$srcQualifier.tar.gz.sha512") will contain:
 SHA512 ($(green "$projName-$ver-$srcQualifier.tar.gz")) = $(yellow "$srcSha")
 
-Release notes (in progress) can be found at: $(green 
"https://$tlpName.apache.org/release/$projName-$ver";)
-
-Release testing instructions: $relTestingUrl
+Issues and pull requests related to this release can be found at: $(green 
"https://github.com/apache/accumulo-access/issues?q=milestone%3A$ver";)
 
 Please vote one of:
 [ ] +1 - I have verified and accept...
@@ -425,7 +421,7 @@ createReleaseCandidate() {
 
   # continue to creating email notification
   echo "$(red Running)" "$(yellow "$scriptname" --email "$ver" "$rc")"
-  createEmail "$ver" "$rc" "" "$srcSha" "$binSha"
+  createEmail "$ver" "$rc" "" "$srcSha"
 }
 
 SELECTED_FINGERPRINT=""

Reply via email to