We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc06022 commit 3c93dbcCopy full SHA for 3c93dbc
src/pyDataverse/docs/source/user/basic-usage.rst
@@ -297,6 +297,8 @@ always leads to a major version change:
297
>>> resp = api.publish_dataset(ds_pid, release_type="major")
298
Dataset doi:10.5072/FK2/EO7BNB published
299
300
+Note that the version release needs to be ``major`` if any files were added or modified.
301
+A ``minor`` release will work for metadata changes, but it will return an error if there are changes in the dataset content.
302
303
.. _user_basic-usage_download-data:
304
0 commit comments