You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2021/04/20 20:03:00 UTC

svn commit: r1889033 - /subversion/site/publish/docs/community-guide/releasing.part.html

Author: hartmannathan
Date: Tue Apr 20 20:03:00 2021
New Revision: 1889033

URL: http://svn.apache.org/viewvc?rev=1889033&view=rev
Log:
* docs/community-guide/releasing.part.html
  (#creating-branch): Add "link to this section" boilerplate to two
    subsections, which now have the IDs #creating-branch-automated and
    #creating-branch-manual.

Found by: danielsh

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=1889033&r1=1889032&r2=1889033&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Tue Apr 20 20:03:00 2021
@@ -1517,7 +1517,11 @@ developed.</p>
 Release Manager creates it with one of the following procedures (substitute
 A.B with the version you're preparing, eg. 1.3, or 2.0).</p>
 
-<h4>Automated Procedure with release.py</h4>
+<div class="h4" id="creating-branch-automated">
+<h4>Automated Procedure with release.py
+  <a class="sectionlink" href="#creating-branch-automated"
+    title="Link to this section">&para;</a>
+</h4>
 <p>Most of the work to create a release branch can be automated by
 tools/dist/release.py:</p>
 <p>Run this in an empty-ish directory where it will make some temporary checkouts:</p>
@@ -1534,8 +1538,13 @@ svn ci -m "Add release notes template."
 <div class="notice">Some steps are not automated by release.py and must be
 done manually&mdash;skip to the end of the following section, where they are
 highlighted:</div>
+</div> <!-- creating-branch-automated -->
 
-<h4>Manual Procedure</h4>
+<div class="h4" id="creating-branch-manual">
+<h4>Manual Procedure
+  <a class="sectionlink" href="#creating-branch-manual"
+    title="Link to this section">&para;</a>
+</h4>
 <p>Most of the steps in this section can be automated by
 tools/dist/release.py&mdash;see above&mdash;but are documented here in case
 the Release Manager wants to do them manually:</p>
@@ -1599,6 +1608,7 @@ the Release Manager wants to do them man
 <li><p>Create a template release-notes document,
        <tt>site/publish/docs/release-notes/A.B.html</tt></p></li>
 </ul>
+</div> <!-- creating-branch-manual -->
 
 <div class="notice">The following steps must be done manually, even when
 using release.py to automate most of the other steps:</div>