Author: julianfoad
Date: Tue Oct  1 08:29:17 2019
New Revision: 1867828

URL: http://svn.apache.org/viewvc?rev=1867828&view=rev
Log:
* publish/docs/community-guide/releasing.part.html
  (creating-branch): Tewak creating the release notes template.

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1867828&r1=1867827&r2=1867828&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Tue Oct  1 
08:29:17 2019
@@ -1444,6 +1444,7 @@ release.py --verbose create-release-bran
 <pre>
 release.py --verbose write-release-notes A.B.0 &gt; 
.../docs/release-notes/A.B.html
 svn add .../docs/release-notes/A.B.html
+svn ci -m "Add release notes template." .../docs/release-notes/A.B.html
 </pre>
 <div class="notice">Some steps are not automated&mdash;highlighted below.</div>
 
@@ -1504,13 +1505,13 @@ svn add .../docs/release-notes/A.B.html
 <li><p>Make sure all buildbot builders are building the new release branch.</p>
     <p>Add A.B to the MINOR_LINES list in <a
        
href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf";>https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf</a>.</p></li>
+
+<li><p>Create a template release-notes document,
+       <tt>site/publish/docs/release-notes/A.B.html</tt></p></li>
 </ul>
 
 <div class="notice">The following steps are not automated:</div>
 <ul>
-<li><p>Write a new release-notes document,
-       <tt>site/publish/docs/release-notes/A.B.html</tt></p></li>
-
 <li>
     <p>Ask someone with appropriate access to add the A.B.x branch to the
        <a href="#backport-merge-bot">backport merge bot</a>.</p>


Reply via email to