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


##########
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:
   Changes to the JS file (using `/docs/_static/versions.json` to get the 
stable version) can be found here:
   
https://github.com/apache/arrow-site/pull/275/commits/7fab4a9ca3751d45da0861279c558e79e5554667



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