You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by "thisisnic (via GitHub)" <gi...@apache.org> on 2023/04/11 17:50:17 UTC

[GitHub] [arrow-site] thisisnic opened a new pull request, #342: GH-34907: [R] Update versions.json on R site

thisisnic opened a new pull request, #342:
URL: https://github.com/apache/arrow-site/pull/342

   We missed updating this in the 11.0.0.3 release, which caused the versions dropdown to show incorrect information for selection.


-- 
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: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-site] kou commented on pull request #342: GH-34907: [R] Update versions.json on R site

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #342:
URL: https://github.com/apache/arrow-site/pull/342#issuecomment-1504709362

   It seems that this doesn't fix the problem.
   https://arrow.apache.org/docs/r/ still shows "11.0.0.9000 (dev)" as the selected item.


-- 
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: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-site] kou commented on a diff in pull request #342: GH-34907: [R] Update versions.json on R site

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on code in PR #342:
URL: https://github.com/apache/arrow-site/pull/342#discussion_r1163651223


##########
docs/r/versions.json:
##########
@@ -4,7 +4,7 @@
         "version": "dev/"
     },
     {
-        "name": "11.0.0 (release)",
+        "name": "11.0.0.3 (release)",

Review Comment:
   Do we need this change in apache/arrow too?
   Can we automate this in our release process?



-- 
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: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-site] thisisnic commented on pull request #342: GH-34907: [R] Update versions.json on R site

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic commented on PR #342:
URL: https://github.com/apache/arrow-site/pull/342#issuecomment-1506706468

   Thanks for spotting that!
   
   I've now submitted a PR to remove the version dropdown selector and simplify all of this: https://github.com/apache/arrow/pull/35103
   
   Once that is merged, I'll submit another PR here to apply those changes.
   
   


-- 
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: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-site] thisisnic commented on a diff in pull request #342: GH-34907: [R] Update versions.json on R site

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic commented on code in PR #342:
URL: https://github.com/apache/arrow-site/pull/342#discussion_r1165314779


##########
docs/r/versions.json:
##########
@@ -4,7 +4,7 @@
         "version": "dev/"
     },
     {
-        "name": "11.0.0 (release)",
+        "name": "11.0.0.3 (release)",

Review Comment:
   This is due to an R release separate from the main release, and some version number incrementing that might have not been necessary in the end.  I'll add it to the R release checklist.



-- 
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: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-site] kou merged pull request #342: GH-34907: [R] Update versions.json on R site

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #342:
URL: https://github.com/apache/arrow-site/pull/342


-- 
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: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org