Skip to content

Commit

Permalink
Add info on minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
atrisovic committed Nov 10, 2021
1 parent 555a727 commit 9339137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pyDataverse/docs/source/user/basic-usage.rst
Expand Up @@ -297,6 +297,8 @@ always leads to a major version change:
>>> resp = api.publish_dataset(ds_pid, release_type="major")
Dataset doi:10.5072/FK2/EO7BNB published

Note that the version release needs to be ``major`` if any files were added or modified.
A ``minor`` release will work for metadata changes, but it will return an error if there are changes in the dataset content.

.. _user_basic-usage_download-data:

Expand Down

0 comments on commit 9339137

Please sign in to comment.