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

raulcd pushed a commit to branch maint-16.x.x
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 45a1c815f1853ee17cfe67693a2e0365230f0a00
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sun Apr 28 05:31:55 2024 +0900

    GH-41405: [Release][Docs][GLib] Use Sphinx based GLib front page (#41406)
    
    ### Rationale for this change
    
    We should use the GLib front page generated by Sphinx.
    
    ### What changes are included in this PR?
    
    Stop reverting the GLib front page change in release script.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    Yes.
    * GitHub Issue: #41405
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/release/post-08-docs.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/release/post-08-docs.sh b/dev/release/post-08-docs.sh
index 1e457c95c0..c59f9b9685 100755
--- a/dev/release/post-08-docs.sh
+++ b/dev/release/post-08-docs.sh
@@ -79,7 +79,6 @@ curl \
   https://apache.jfrog.io/artifactory/arrow/docs/${version}/docs.tar.gz
 tar xvf docs.tar.gz
 rm -f docs.tar.gz
-git checkout docs/c_glib/index.html
 if [ "$is_major_release" = "yes" ] ; then
   previous_series=${previous_version%.*}
   mv docs_temp docs/${previous_series}

Reply via email to