From 6462bb559caefa5216a1f90284112e41ce2c0e8d Mon Sep 17 00:00:00 2001 From: Guillaume Viger Date: Wed, 21 Aug 2024 11:18:19 -0400 Subject: [PATCH] release-notes v12: fix typos --- docs/releases/upgrading/upgrade-v12.0.md | 14 +++++++------- docs/releases/versions/version-v12.0.0.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/releases/upgrading/upgrade-v12.0.md b/docs/releases/upgrading/upgrade-v12.0.md index 743c77bf..92bd393e 100644 --- a/docs/releases/upgrading/upgrade-v12.0.md +++ b/docs/releases/upgrading/upgrade-v12.0.md @@ -15,12 +15,12 @@ The steps listed in this article require an existing local installation of Inven ## Upgrade Steps -Make sure you have the latest `invenio-cli` installed. For InvenioRDM v12 it -is at least v1.3.1 +Make sure you have the latest `invenio-cli` installed. For InvenioRDM v12, it +should be v1.5.0+ ```bash $ invenio-cli --version -invenio-cli, version 1.3.1 +invenio-cli, version 1.5.0 ``` !!! info "Virtual environments" @@ -36,12 +36,12 @@ One way would be to use [PyEnv](https://github.com/pyenv/pyenv). !!! warning "Risk of losing data" - Your virtual env folder may contain uploaded files. If you kept the default - location it is in in `var/instance/data`. If you need to keep those files, - make sure you copy them over to the new virtual env in the same location. + Your virtual environment folder a.k.a., `venv` folder, may contain uploaded files. If you kept the default + location, it is in `/var/instance/data`. If you need to keep those files, + make sure you copy them over to the new `venv` folder in the same location. The command `invenio files location list` shows the file upload location. -If you upgraded your python version, you should recreate your virtualenv before +If you upgraded your python version, you should recreate your virtual environment before running `invenio-cli` or `pipenv` commands below. diff --git a/docs/releases/versions/version-v12.0.0.md b/docs/releases/versions/version-v12.0.0.md index c93309c6..ef233937 100644 --- a/docs/releases/versions/version-v12.0.0.md +++ b/docs/releases/versions/version-v12.0.0.md @@ -143,7 +143,7 @@ Here is a quick summary of the myriad other improvements in this release: - See the [Requirements section](#requirements) below for what underlying requirements are now necessary - The [react-invenio-deposit module](https://github.com/inveniosoftware/react-invenio-deposit) has been moved to [invenio-rdm-records](https://github.com/inveniosoftware/invenio-rdm-records) - - Any imports should be replaced: `import { ... } from "react-invenio-deposit"` -> `import { ... } from "@js/invenio-rdm-records"` + - Any imports should be replaced: `import { ... } from "react-invenio-deposit"` -> `import { ... } from "@js/invenio_rdm_records"` - Some `Overridable` React component ids may have changed. Verify that your overridden components load - The `/access/users` API URL has been renamed to `/access/grants` to manage access grants - Persistent identifiers have a new required `is_enabled` parameter, which enables better customization