raulcd opened a new issue, #38670:
URL: https://github.com/apache/arrow/issues/38670

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   As part of the post-release tasks we bump-versions. When I use the 
bump-versions there is one file that has been modified but is not committed as 
part of the script.
   
   We should add the missing file:
   ```
   $ git diff
   diff --git a/r/pkgdown/assets/versions.html b/r/pkgdown/assets/versions.html
   index 8ba513a..5ef480b 100644
   --- a/r/pkgdown/assets/versions.html
   +++ b/r/pkgdown/assets/versions.html
   @@ -1,9 +1,12 @@
    <!DOCTYPE html>
    <html>
   -<body><p><a href="../dev/r/">13.0.0.9000 (dev)</a></p>
   -<p><a href="../r/">13.0.0.1 (release)</a></p>
   +<body><p><a href="../dev/r/">14.0.1.9000 (dev)</a></p>
   +<p><a href="../r/">14.0.1 (release)</a></p>
   +<p><a href="../14.0/r/">14.0.0</a></p>
   +<p><a href="../13.0/r/">13.0.0.1</a></p>
    <p><a href="../12.0/r/">12.0.1.1</a></p>
   -<p><a href="../11.0/r/">11.0.0.3</a></p>
   +<p><a href="../12.0/r/">12.0.0</a></p>
   +<p><a href="../11.0/r/">11.0.0</a></p>
    <p><a href="../10.0/r/">10.0.1</a></p>
    <p><a href="../9.0/r/">9.0.0</a></p>
    <p><a href="../8.0/r/">8.0.0</a></p>
   ```
   
   ### Component(s)
   
   Release


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to