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

commit b3c74d129c1594d18bab37c0ec3c166240fcfdef
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 20 17:40:48 2023 +0000

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

diff --git a/main/_sources/development/releasing.rst.txt 
b/main/_sources/development/releasing.rst.txt
index 03bc19b1..cef9fab8 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -160,7 +160,7 @@ Build source and binaries and submit them
     # 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/02-sign.sh <version> <rc-number>
+    dev/release/02-sign.sh <prev-version> <version> <rc-number>
 
     # Upload the source release tarball and signs to
     # https://dist.apache.org/repos/dist/dev/arrow .
diff --git a/main/development/releasing.html b/main/development/releasing.html
index 8bd7ffa9..e0c3638f 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -443,7 +443,7 @@ Follow up Release Candidates</label><div 
class="sd-tab-content docutils">
 <span class="c1"># On macOS the only way I could get this to work was running 
&quot;echo</span>
 <span class="c1"># &quot;UPDATESTARTUPTTY&quot; | gpg-connect-agent&quot; 
before running this</span>
 <span class="c1"># comment otherwise I got errors referencing 
&quot;ioctl&quot; errors.</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">sign</span><span class="o">.</span><span 
class="n">sh</span> <span class="o">&lt;</span><span 
class="n">version</span><span class="o">&gt;</span> <span 
class="o">&lt;</span><span class="n">rc</span><span class="o">-</span><span 
class="n">number</span><span class="o">&gt;</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">sign</span><span class="o">.</span><span 
class="n">sh</span> <span class="o">&lt;</span><span class="n">prev</span><span 
class="o">-</span><span class="n">version</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="c1"># Upload the source release tarball and signs to</span>
 <span class="c1"># https://dist.apache.org/repos/dist/dev/arrow .</span>

Reply via email to