This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1ec07fa  publish documentation
1ec07fa is described below

commit 1ec07fa9d37c3c18c8a9eab9346b192b674d3622
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 24 14:40:55 2022 +0000

    publish documentation
---
 main/_sources/development/releasing.rst.txt | 7 +++++--
 main/development/releasing.html             | 9 ++++++---
 main/searchindex.js                         | 2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/main/_sources/development/releasing.rst.txt 
b/main/_sources/development/releasing.rst.txt
index a484ed5..c6e1768 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -108,11 +108,14 @@ Create or update the corresponding maintenance branch
          # First cherry-pick any commits by hand.
          git switch maint-X.Y.Z
          git cherry-pick ...
+         # Revert the commit that created the changelog so we can
+         # regenerate it in 01-source.sh
+         git revert <CHANGELOG COMMIT>
          # Push the updated maintenance branch to the remote repository
          git push -u apache maint-X.Y.Z
 
-Create the Release Candidate branch from the updated maintenance branch
------------------------------------------------------------------------
+Create the Release Candidate tag from the updated maintenance branch
+--------------------------------------------------------------------
 
 .. code-block::
 
diff --git a/main/development/releasing.html b/main/development/releasing.html
index ad57eed..a3a67fa 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -398,6 +398,9 @@ Follow up Release Candidates</label><div 
class="sd-tab-content docutils">
 <div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span><span class="c1"># First cherry-pick any 
commits by hand.</span>
 <span class="n">git</span> <span class="n">switch</span> <span 
class="n">maint</span><span class="o">-</span><span class="n">X</span><span 
class="o">.</span><span class="n">Y</span><span class="o">.</span><span 
class="n">Z</span>
 <span class="n">git</span> <span class="n">cherry</span><span 
class="o">-</span><span class="n">pick</span> <span class="o">...</span>
+<span class="c1"># Revert the commit that created the changelog so we 
can</span>
+<span class="c1"># regenerate it in 01-source.sh</span>
+<span class="n">git</span> <span class="n">revert</span> <span 
class="o">&lt;</span><span class="n">CHANGELOG</span> <span 
class="n">COMMIT</span><span class="o">&gt;</span>
 <span class="c1"># Push the updated maintenance branch to the remote 
repository</span>
 <span class="n">git</span> <span class="n">push</span> <span 
class="o">-</span><span class="n">u</span> <span class="n">apache</span> <span 
class="n">maint</span><span class="o">-</span><span class="n">X</span><span 
class="o">.</span><span class="n">Y</span><span class="o">.</span><span 
class="n">Z</span>
 </pre></div>
@@ -405,8 +408,8 @@ Follow up Release Candidates</label><div 
class="sd-tab-content docutils">
 </div>
 </div>
 </section>
-<section 
id="create-the-release-candidate-branch-from-the-updated-maintenance-branch">
-<h3>Create the Release Candidate branch from the updated maintenance branch<a 
class="headerlink" 
href="#create-the-release-candidate-branch-from-the-updated-maintenance-branch" 
title="Permalink to this heading">#</a></h3>
+<section 
id="create-the-release-candidate-tag-from-the-updated-maintenance-branch">
+<h3>Create the Release Candidate tag from the updated maintenance branch<a 
class="headerlink" 
href="#create-the-release-candidate-tag-from-the-updated-maintenance-branch" 
title="Permalink to this heading">#</a></h3>
 <div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span><span class="c1"># Start from the updated 
maintenance branch.</span>
 <span class="n">git</span> <span class="n">switch</span> <span 
class="n">maint</span><span class="o">-</span><span class="n">X</span><span 
class="o">.</span><span class="n">Y</span><span class="o">.</span><span 
class="n">Z</span>
 
@@ -681,7 +684,7 @@ dev/release/post-07-bump-versions.sh &lt;version&gt; 
&lt;next_version&gt;
 <li><a class="reference internal" 
href="#before-creating-a-release-candidate">Before creating a Release 
Candidate</a></li>
 <li><a class="reference internal" 
href="#creating-a-release-candidate">Creating a Release Candidate</a><ul>
 <li><a class="reference internal" 
href="#create-or-update-the-corresponding-maintenance-branch">Create or update 
the corresponding maintenance branch</a></li>
-<li><a class="reference internal" 
href="#create-the-release-candidate-branch-from-the-updated-maintenance-branch">Create
 the Release Candidate branch from the updated maintenance branch</a></li>
+<li><a class="reference internal" 
href="#create-the-release-candidate-tag-from-the-updated-maintenance-branch">Create
 the Release Candidate tag from the updated maintenance branch</a></li>
 <li><a class="reference internal" 
href="#build-source-and-binaries-and-submit-them">Build source and binaries and 
submit them</a></li>
 <li><a class="reference internal" href="#verify-the-release">Verify the 
Release</a></li>
 </ul>
diff --git a/main/searchindex.js b/main/searchindex.js
index 4b2508a..e883f4e 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager", 
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index", 
"development/contributing", "development/nightly", "development/releasing", 
"driver/cpp/features", "driver/cpp/flight_sql", "driver/cpp/index", 
"driver/cpp/postgresql", "driver/cpp/sqlite", "driver/java/flight_sql", 
"driver/java/index", "driver/java/jdbc", "format/comparison", 
"format/specification", "format/versioning", "go/index", "index",  [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["cpp/api/adbc", "cpp/api/adbc_driver_manager", 
"cpp/api/index", "cpp/concurrency", "cpp/driver_manager", "cpp/index", 
"development/contributing", "development/nightly", "development/releasing", 
"driver/cpp/features", "driver/cpp/flight_sql", "driver/cpp/index", 
"driver/cpp/postgresql", "driver/cpp/sqlite", "driver/java/flight_sql", 
"driver/java/index", "driver/java/jdbc", "format/comparison", 
"format/specification", "format/versioning", "go/index", "index",  [...]
\ No newline at end of file

Reply via email to