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 fde2e70  publish documentation
fde2e70 is described below

commit fde2e701c785bdb25de7f9d686469107bdeae445
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 7 16:01:09 2023 +0000

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

diff --git a/main/_sources/development/releasing.rst.txt 
b/main/_sources/development/releasing.rst.txt
index bc7422f..824daa8 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -135,9 +135,9 @@ Create the Release Candidate tag from the updated 
maintenance branch
    # on OSX use gnu-sed with homebrew: brew install gnu-sed (and export to 
$PATH)
    #
    # <rc-number> starts at 0 and increments every time the Release Candidate 
is burned
-   # so for the first RC this would be: dev/release/01-prepare.sh 4.0.0 5.0.0 0
+   # so for the first RC this would be: dev/release/01-prepare.sh 3.0.0 4.0.0 
5.0.0 0
 
-   dev/release/01-prepare.sh <arrow-dir> <version> <next-version> <rc-number>
+   dev/release/01-prepare.sh <arrow-dir> <prev-version> <version> 
<next-version> <rc-number>
 
    git push -u apache apache-arrow-adbc-<version>-rc<rc-number> maint-<version>
 
diff --git a/main/development/releasing.html b/main/development/releasing.html
index 8dc2392..212bd39 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -425,9 +425,9 @@ Follow up Release Candidates</label><div 
class="sd-tab-content docutils">
 <span class="c1"># on OSX use gnu-sed with homebrew: brew install gnu-sed (and 
export to $PATH)</span>
 <span class="c1">#</span>
 <span class="c1"># &lt;rc-number&gt; starts at 0 and increments every time the 
Release Candidate is burned</span>
-<span class="c1"># so for the first RC this would be: 
dev/release/01-prepare.sh 4.0.0 5.0.0 0</span>
+<span class="c1"># so for the first RC this would be: 
dev/release/01-prepare.sh 3.0.0 4.0.0 5.0.0 0</span>
 
-<span class="n">dev</span><span class="o">/</span><span 
class="n">release</span><span class="o">/</span><span class="mi">01</span><span 
class="o">-</span><span class="n">prepare</span><span class="o">.</span><span 
class="n">sh</span> <span class="o">&lt;</span><span 
class="n">arrow</span><span class="o">-</span><span class="nb">dir</span><span 
class="o">&gt;</span> <span class="o">&lt;</span><span 
class="n">version</span><span class="o">&gt;</span> <span 
class="o">&lt;</span><span class= [...]
+<span class="n">dev</span><span class="o">/</span><span 
class="n">release</span><span class="o">/</span><span class="mi">01</span><span 
class="o">-</span><span class="n">prepare</span><span class="o">.</span><span 
class="n">sh</span> <span class="o">&lt;</span><span 
class="n">arrow</span><span class="o">-</span><span class="nb">dir</span><span 
class="o">&gt;</span> <span class="o">&lt;</span><span 
class="n">prev</span><span class="o">-</span><span 
class="n">version</span><span class="o"> [...]
 
 <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">apache</span><span class="o">-</span><span 
class="n">arrow</span><span class="o">-</span><span class="n">adbc</span><span 
class="o">-&lt;</span><span class="n">version</span><span 
class="o">&gt;-</span><span class="n">rc</span><span class="o">&lt;</span><span 
class="n">rc</span><span class="o">-</span><span class="n">number</span><span 
clas [...]
 </pre></div>
diff --git a/main/searchindex.js b/main/searchindex.js
index a605830..6920043 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/index", "driver/cpp/postgresql", "driver/cpp/sqlite", 
"driver/go/flight_sql", "driver/go/index", "driver/installation", 
"driver/java/flight_sql", "driver/java/index", "driver/java/jdbc", 
"driver/status", "format/comparison", "format/specification", "format [...]
\ 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/index", "driver/cpp/postgresql", "driver/cpp/sqlite", 
"driver/go/flight_sql", "driver/go/index", "driver/installation", 
"driver/java/flight_sql", "driver/java/index", "driver/java/jdbc", 
"driver/status", "format/comparison", "format/specification", "format [...]
\ No newline at end of file

Reply via email to