Skip to content

Commit 3c93dbc

Browse files
committed
Add info on minor release
1 parent cc06022 commit 3c93dbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pyDataverse/docs/source/user/basic-usage.rst

+2
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ always leads to a major version change:
297297
>>> resp = api.publish_dataset(ds_pid, release_type="major")
298298
Dataset doi:10.5072/FK2/EO7BNB published
299299

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.
300302

301303
.. _user_basic-usage_download-data:
302304

0 commit comments

Comments
 (0)