mailr23267 - /trunk/docs/Release_Checklist


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 20, 2014 - 19:21:
Author: bugman
Date: Tue May 20 19:21:49 2014
New Revision: 23267

URL: http://svn.gna.org/viewcvs/relax?rev=23267&view=rev
Log:
Update for the release checklist.

The log_converter.py script instructions should now work on more systems.


Modified:
    trunk/docs/Release_Checklist

Modified: trunk/docs/Release_Checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/Release_Checklist?rev=23267&r1=23266&r2=23267&view=diff
==============================================================================
--- trunk/docs/Release_Checklist        (original)
+++ trunk/docs/Release_Checklist        Tue May 20 19:21:49 2014
@@ -23,7 +23,7 @@
 * Review the SVN logs and add an entry into the CHANGES file (in the 'docs/' 
directory) for the current release.  Create three sections titled 'Features', 
'Changes', and 'Bugfixes'.  The 'devel_scripts/log_converter.py' script can 
be used to generate the documentation, which will need major editing (the 
starting revision is from the CHANGES merge of the previous release):
 
 $ svn log -v -r18314:HEAD > log
-$ devel_scripts/log_converter.py log
+$ ./devel_scripts/log_converter.py log > log_formatted
 
 The result should be modified and every line checked.  Bugs should be in the 
'Bugfixes' section only if it affects previous relax releases, otherwise it 
should be in the 'Changes' section.  The following should be removed:  minor, 
insignificant, and unidentifiable changes such as "Import fix." (this is 
highly subjective); all exclamation marks; message IDs for mailing list 
posts; svnmerge commits; the messages of all reverted commits; all revision 
numbers such as 'r19899' or the word 'revision'; the names and email 
addresses of committers or patch providers; and all email addresses.  
Spelling should be checked and proper punctuation used throughout, including 
two spaces after a period.  Missing spaces after punctuation due to the 
log_converter.py script need to be corrected.  Commit the changes.  Port the 
revision back into the main line.
 




Related Messages


Powered by MHonArc, Updated Tue May 20 22:40:02 2014