You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/08/20 19:59:29 UTC

[lucy-commits] svn commit: r1159894 - /incubator/lucy/trunk/devel/bin/release_commands.pl

Author: marvin
Date: Sat Aug 20 17:59:29 2011
New Revision: 1159894

URL: http://svn.apache.org/viewvc?rev=1159894&view=rev
Log:
Add a task for the RM of publishing HTML exported docs on the website, but
leave it a TODO because we don't yet have that sorted out.

Modified:
    incubator/lucy/trunk/devel/bin/release_commands.pl

Modified: incubator/lucy/trunk/devel/bin/release_commands.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/bin/release_commands.pl?rev=1159894&r1=1159893&r2=1159894&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/release_commands.pl (original)
+++ incubator/lucy/trunk/devel/bin/release_commands.pl Sat Aug 20 17:59:29 2011
@@ -148,6 +148,11 @@ say qq|# new version; ensure that while 
 say qq|# at mirrors, the signature and sums files point at apache.org.|;
 say qq|[...]\n|;
 
+say qq|# [TODO: this action cannot yet be performed by the RM, so ignore.]|; 
+say qq|# Publish HTML exports of the documentation for the new release on|;
+say qq|# the Lucy website.|;
+say qq|[...]\n|;
+
 say qq|# Send emails announcing the release to:|;
 say qq|#|;
 say qq|#     * The user list.|;