Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Sep 26, 2024
1 parent f0db785 commit 61b55e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog/13.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added the `--user-controlled-only` flag to `openscm-zenodo retrieve-metadata`.
This is the flag to use if you want to use the retrieved metadata as the starting point for the next version of a deposit.
2 changes: 1 addition & 1 deletion src/openscm_zenodo/cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def retrieve_metadata_command(
If this is `True`, the metadata keys controlled by Zenodo (e.g. the DOI)
are removed from the returned metadata.
This flag is important to use
if you want to use the retrieved metatdata
if you want to use the retrieved metadata
as the starting point for the next version of a deposit."""
),
] = False,
Expand Down
2 changes: 1 addition & 1 deletion src/openscm_zenodo/zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def get_metadata(
(e.g. the DOI)
are removed from the returned metadata.
This flag is important to use
if you want to use the retrieved metatdata
if you want to use the retrieved metadata
as the starting point for the next version of a deposit.
Returns
Expand Down

0 comments on commit 61b55e4

Please sign in to comment.