You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/21 13:06:41 UTC

[GitHub] [arrow] thisisnic commented on pull request #12212: ARROW-15366: [Docs] Automate incrementing of package version for R and non-R version switchers

thisisnic commented on pull request #12212:
URL: https://github.com/apache/arrow/pull/12212#issuecomment-1018488508


   > Can you print an example of what json file the scripts outputs eg for the 7.0 release?
   
   Certainly can.  For the main docs, you manually add the dev version in the JS, right?
   
   ```
   [
       {
           "name": "7.0 (stable)",
           "version": ""
       },
       {
           "name": "6.0",
           "version": "6.0/"
       },
       {
           "name": "5.0",
           "version": "5.0/"
       },
       {
           "name": "4.0",
           "version": "4.0/"
       },
       {
           "name": "3.0",
           "version": "3.0/"
       },
       {
           "name": "2.0",
           "version": "2.0/"
       },
       {
           "name": "1.0",
           "version": "1.0/"
       }
   ]
   ```


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

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