You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by co...@apache.org on 2023/02/02 00:06:57 UTC

svn commit: r1907209 - /apr/site/trunk/tools/release.sh

Author: covener
Date: Thu Feb  2 00:06:56 2023
New Revision: 1907209

URL: http://svn.apache.org/viewvc?rev=1907209&view=rev
Log:
more cleanup

Modified:
    apr/site/trunk/tools/release.sh

Modified: apr/site/trunk/tools/release.sh
URL: http://svn.apache.org/viewvc/apr/site/trunk/tools/release.sh?rev=1907209&r1=1907208&r2=1907209&view=diff
==============================================================================
--- apr/site/trunk/tools/release.sh (original)
+++ apr/site/trunk/tools/release.sh Thu Feb  2 00:06:56 2023
@@ -51,6 +51,9 @@
 #      7. Add any CVE details if applicable to the CHANGES and commit and copy to dist/apr
 #      8. Clean up prior release artifacts
 #      9. restore {APR|APU}_IS_DEV_VERSION define in headers and bump versions.  Add a new CHANGES banner
+#      10. Add releases to reporter.apache.org and bz.apache.org
+#          https://reporter.apache.org/addrelease.html?apr
+#          https://bz.apache.org/bugzilla/editproducts.cgi?action=edit&product=APR
 
 if test "$#" != 2 && test "$#" != 3 && test "$#" != 4; then
   echo "USAGE: $0 PROJECT TAG [SIGNING-USER] [APR-SOURCE]" >&2