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 aa31b80 publish documentation
aa31b80 is described below
commit aa31b8069b2fcb65040028c7e360340ab6a80ed2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 30 14:33:13 2022 +0000
publish documentation
---
main/_sources/development/releasing.rst.txt | 19 ++++++++++---------
main/development/releasing.html | 19 ++++++++++---------
main/searchindex.js | 2 +-
3 files changed, 21 insertions(+), 19 deletions(-)
diff --git a/main/_sources/development/releasing.rst.txt
b/main/_sources/development/releasing.rst.txt
index 637d711..7c9d6e1 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -137,7 +137,7 @@ Create the Release Candidate tag from the updated
maintenance branch
# <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
- dev/release/01-prepare.sh <version> <next-version> <rc-number>
+ dev/release/01-prepare.sh <arrow-dir> <version> <next-version> <rc-number>
git push -u apache apache-arrow-adbc-<version>-rc<rc-number> maint-<version>
@@ -146,18 +146,19 @@ Build source and binaries and submit them
.. code-block::
- # Build the source release tarball
- dev/release/02-source.sh <version> <rc-number>
-
- # Download the produced binaries, sign them, and add the
+ # Download the produced source and binaries, sign them, and add the
# signatures to the GitHub release
#
# On macOS the only way I could get this to work was running "echo
# "UPDATESTARTUPTTY" | gpg-connect-agent" before running this
# comment otherwise I got errors referencing "ioctl" errors.
- dev/release/03-binary-sign.sh <version> <rc-number>
+ dev/release/02-sign.sh <version> <rc-number>
+
+ # Upload the source release tarball and signs to
+ # https://dist.apache.org/repos/dist/dev/arrow .
+ dev/release/03-source.sh <version> <rc-number>
- # Sign and upload the Java artifacts
+ # Upload the Java artifacts
#
# Note that you need to press the "Close" button manually by Web interface
# after you complete the script:
@@ -307,7 +308,7 @@ Be sure to go through on the following checklist:
.. code-block:: Bash
- # dev/release/post-07-bump-versions.sh 0.1.0 0.2.0
- dev/release/post-07-bump-versions.sh <version> <next_version>
+ # dev/release/post-07-bump-versions.sh ../arrow 0.1.0 0.2.0
+ dev/release/post-07-bump-versions.sh <arrow-dir> <version> <next_version>
.. _nightly-website.yml:
https://github.com/apache/arrow-adbc/actions/workflows/nightly-website.yml
diff --git a/main/development/releasing.html b/main/development/releasing.html
index f85fb3c..427af40 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -423,7 +423,7 @@ Follow up Release Candidates</label><div
class="sd-tab-content docutils">
<span class="c1"># <rc-number> 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="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"><</span><span
class="n">version</span><span class="o">></span> <span
class="o"><</span><span class="nb">next</span><span class="o">-</span><span
class="n">version</span><span class="o">></span> <span
class="o"><</span><span cla [...]
+<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"><</span><span
class="n">arrow</span><span class="o">-</span><span class="nb">dir</span><span
class="o">></span> <span class="o"><</span><span
class="n">version</span><span class="o">></span> <span
class="o"><</span><span class= [...]
<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">-<</span><span class="n">version</span><span
class="o">>-</span><span class="n">rc</span><span class="o"><</span><span
class="n">rc</span><span class="o">-</span><span class="n">number</span><span
clas [...]
</pre></div>
@@ -431,18 +431,19 @@ Follow up Release Candidates</label><div
class="sd-tab-content docutils">
</section>
<section id="build-source-and-binaries-and-submit-them">
<h3>Build source and binaries and submit them<a class="headerlink"
href="#build-source-and-binaries-and-submit-them" title="Permalink to this
heading">#</a></h3>
-<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="c1"># Build the source release
tarball</span>
-<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">02</span><span
class="o">-</span><span class="n">source</span><span class="o">.</span><span
class="n">sh</span> <span class="o"><</span><span
class="n">version</span><span class="o">></span> <span
class="o"><</span><span class="n">rc</span><span class="o">-</span><span
class="n">number</span><span class="o">></span>
-
-<span class="c1"># Download the produced binaries, sign them, and add
the</span>
+<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="c1"># Download the produced
source and binaries, sign them, and add the</span>
<span class="c1"># signatures to the GitHub release</span>
<span class="c1">#</span>
<span class="c1"># On macOS the only way I could get this to work was running
"echo</span>
<span class="c1"># "UPDATESTARTUPTTY" | gpg-connect-agent"
before running this</span>
<span class="c1"># comment otherwise I got errors referencing
"ioctl" errors.</span>
-<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">03</span><span
class="o">-</span><span class="n">binary</span><span class="o">-</span><span
class="n">sign</span><span class="o">.</span><span class="n">sh</span> <span
class="o"><</span><span class="n">version</span><span class="o">></span>
<span class="o"><</span><span class="n">rc</span><span
class="o">-</span><span class="n">number</span><span class="o">&g [...]
+<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">02</span><span
class="o">-</span><span class="n">sign</span><span class="o">.</span><span
class="n">sh</span> <span class="o"><</span><span
class="n">version</span><span class="o">></span> <span
class="o"><</span><span class="n">rc</span><span class="o">-</span><span
class="n">number</span><span class="o">></span>
+
+<span class="c1"># Upload the source release tarball and signs to</span>
+<span class="c1"># https://dist.apache.org/repos/dist/dev/arrow .</span>
+<span class="n">dev</span><span class="o">/</span><span
class="n">release</span><span class="o">/</span><span class="mi">03</span><span
class="o">-</span><span class="n">source</span><span class="o">.</span><span
class="n">sh</span> <span class="o"><</span><span
class="n">version</span><span class="o">></span> <span
class="o"><</span><span class="n">rc</span><span class="o">-</span><span
class="n">number</span><span class="o">></span>
-<span class="c1"># Sign and upload the Java artifacts</span>
+<span class="c1"># Upload the Java artifacts</span>
<span class="c1">#</span>
<span class="c1"># Note that you need to press the "Close" button
manually by Web interface</span>
<span class="c1"># after you complete the script:</span>
@@ -626,8 +627,8 @@ Bump versions<div class="sd-summary-down docutils">
<div class="sd-summary-up docutils">
<svg version="1.1" width="1.5em" height="1.5em" class="sd-octicon
sd-octicon-chevron-up" viewBox="0 0 24 24" aria-hidden="true"><path
fill-rule="evenodd" d="M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0
00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06
0z"></path></svg></div>
</summary><div class="sd-summary-content sd-card-body docutils">
-<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-07-bump-versions.sh 0.1.0 0.2.0</span>
-dev/release/post-07-bump-versions.sh <version> <next_version>
+<div class="highlight-Bash notranslate"><div
class="highlight"><pre><span></span><span class="c1">#
dev/release/post-07-bump-versions.sh ../arrow 0.1.0 0.2.0</span>
+dev/release/post-07-bump-versions.sh <arrow-dir> <version>
<next_version>
</pre></div>
</div>
</div>
diff --git a/main/searchindex.js b/main/searchindex.js
index 125b40a..09806b8 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