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/01/31 22:10:22 UTC

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

Author: covener
Date: Tue Jan 31 22:10:21 2023
New Revision: 1907170

URL: http://svn.apache.org/viewvc?rev=1907170&view=rev
Log:
more post-release


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=1907170&r1=1907169&r2=1907170&view=diff
==============================================================================
--- apr/site/trunk/tools/release.sh (original)
+++ apr/site/trunk/tools/release.sh Tue Jan 31 22:10:21 2023
@@ -50,8 +50,7 @@
 #           project and then set state to 'PUBLIC'.
 #      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.
-#   
+#      9. restore {APR|APU}_IS_DEV_VERSION define in headers and bump versions.  Add a new CHANGES banner
 
 if test "$#" != 2 && test "$#" != 3 && test "$#" != 4; then
   echo "USAGE: $0 PROJECT TAG [SIGNING-USER] [APR-SOURCE]" >&2