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/04/03 01:20:54 UTC

svn commit: r1308618 - /commons/proper/codec/trunk/src/changes/changes.xml

Author: sebb
Date: Mon Apr  2 23:20:53 2012
New Revision: 1308618

URL: http://svn.apache.org/viewvc?rev=1308618&view=rev
Log:
Add docs

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

Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1308618&r1=1308617&r2=1308618&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Mon Apr  2 23:20:53 2012
@@ -16,6 +16,26 @@
    limitations under the License.
 -->
 <!-- $Id$ -->
+
+<!--
+This file is also used by the maven-changes-plugin to generate the release notes.
+Useful ways of finding items to add to this file are:
+
+1.  Add items when you fix a bug or add a feature (this makes the
+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.
+
+To generate the release notes from this file:
+
+mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=m.n]
+
+The <action> type attribute can be add,update,fix,remove.
+-->
+
 <document>
   <properties>
     <title>Changes</title>