Skip to content

Commit 5a92327

Browse files
authored
Merge pull request #22 from IQSS/21-make-release-doc
explain how to make a release
2 parents 7aa5f2e + 8fa0153 commit 5a92327

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,15 @@ The multiple directories with files need to be stored inside the helper `repo` f
6868
```
6969
python dataverse.py 9s3-7d46-hd https://demo.dataverse.org/ doi:10.70122/FK2/LVUADQ user/my-repo -r False -p True
7070
```
71+
72+
### Making Releases
73+
74+
Here are the steps for making a release:
75+
76+
1. In the README, replace all instances of the old version with the version you intend to release.
77+
1. Draft a new release and make sure the box is checked to publish the action to the GitHub Marketplace.
78+
1. Under "choose a tag", create a tag for the next version. Keep "target" as the default branch.
79+
1. Under "release title" use "Dataverse Uploader Action".
80+
1. Click "generate release notes" and edit as desired.
81+
1. Publish the release.
82+
1. Check to make sure the release was published to <https://github.com/marketplace/actions/dataverse-uploader-action>.

0 commit comments

Comments
 (0)