You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/28 17:15:20 UTC

svn commit: r1306406 - /commons/proper/math/trunk/src/changes/changes.xml

Author: sebb
Date: Wed Mar 28 15:15:20 2012
New Revision: 1306406

URL: http://svn.apache.org/viewvc?rev=1306406&view=rev
Log:
DOcument how to use with CP release-notes profile

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1306406&r1=1306405&r2=1306406&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Mar 28 15:15:20 2012
@@ -26,15 +26,11 @@ release process easy :-).
 2.  Do a JIRA search for tickets closed since the previous release.
 
 3.  Use the report generated by the maven-changelog-plugin to see all
-SVN commits. TBA how to use this with SVN.
+SVN commits.
 
-To generate the release notes from this file:
+To generate the file RELEASE-NOTES.txt from this file:
 
-mvn changes:announcement-generate
-mv target/announcement/RELEASE_NOTES.txt RELEASE_NOTES.txt
-then tweak the formatting
-(e.g. copy/paste the description to replace the one-line version)
-and commit
+mvn changes:announcement-generate -Prelease-notes [-Dchanges.version]
 
 The <action> type attribute can be add,update,fix,remove.
 -->