This is an automated email from the ASF dual-hosted git repository. thisisnic pushed a commit to branch update-r-docs-version in repository https://gitbox.apache.org/repos/asf/arrow-site.git
commit 62d2cd84eeedbd65df5a5e6b47b54e86bd85ffed Author: Nicola Crane <[email protected]> AuthorDate: Thu May 12 20:36:18 2022 +0100 Update R docs versions.json The R docs versions.json file was not updated during the release - this PR adds the changes which the release script should have generated. --- docs/r/versions.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/r/versions.json b/docs/r/versions.json index 677f7903a7..e737a43278 100644 --- a/docs/r/versions.json +++ b/docs/r/versions.json @@ -1,11 +1,15 @@ [ { - "name": "7.0.0.9000 (dev)", + "name": "8.0.0.9000 (dev)", "version": "dev/" }, { - "name": "7.0.0 (release)", - "version": "" + "name": "8.0.0 (release)", + "version": "8.0/" + }, + { + "name": "7.0.0", + "version": "7.0/" }, { "name": "6.0.1",
