Skip to content

Commit

Permalink
release-notes v12: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Aug 22, 2024
1 parent 10ad294 commit cc54c11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/releases/upgrading/upgrade-v12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 `<venv folder>/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.


Expand Down
2 changes: 1 addition & 1 deletion docs/releases/versions/version-v12.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc54c11

Please sign in to comment.