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:19:45 UTC

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

Author: marvin
Date: Sat Aug 20 17:19:45 2011
New Revision: 1159889

URL: http://svn.apache.org/viewvc?rev=1159889&view=rev
Log:
Add a task for the Release Manager: update JIRA to indicate that the version
has been released.

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=1159889&r1=1159888&r2=1159889&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/release_commands.pl (original)
+++ incubator/lucy/trunk/devel/bin/release_commands.pl Sat Aug 20 17:19:45 2011
@@ -135,6 +135,13 @@ say qq|# triggers the Infra team's secur
 say qq|cd /www/www.apache.org/dist/incubator/lucy/|;
 say qq|[...]\n|;
 
+say qq|# Update the issue tracker.|;
+say qq|# While logged into JIRA, visit the following web page. (Note: this|;
+say qq|# permalink may or may not work.  Please let the dev list know one|;
+say qq|# way or the other.)  Click the "release" link for $x_y_z_version and|;
+say qq|# input the date from the CHANGES file.|;
+say qq|https://issues.apache.org/jira/secure/project/ManageVersions.jspa?pid=12310501\n|;
+
 say qq|# Once the release files are in place, update the download page|;
 say qq|# of the Lucy website. Change the artifact links to point at the|;
 say qq|# new version; ensure that while the primary download links point|;