AlenkaF commented on code in PR #14839:
URL: https://github.com/apache/arrow/pull/14839#discussion_r1040526832


##########
dev/release/post-08-docs.sh:
##########
@@ -83,6 +83,8 @@ git checkout docs/c_glib/index.html
 if [ "$is_major_release" = "yes" ] ; then
   mv docs_temp docs/${previous_version}
 fi
+# Correct the stable version in versionwarnings.js
+sed -i -e "s/${previous_version}/${version}/g" docs/versionwarning.js

Review Comment:
   Thank you Kou for all of the suggestions! Will make changes to the PR today.



-- 
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