Skip to content

Commit

Permalink
Merge pull request #22 from IQSS/21-make-release-doc
Browse files Browse the repository at this point in the history
explain how to make a release
  • Loading branch information
pdurbin authored Jul 22, 2024
2 parents 7aa5f2e + 8fa0153 commit 5a92327
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,15 @@ The multiple directories with files need to be stored inside the helper `repo` f
```
python dataverse.py 9s3-7d46-hd https://demo.dataverse.org/ doi:10.70122/FK2/LVUADQ user/my-repo -r False -p True
```

### Making Releases

Here are the steps for making a release:

1. In the README, replace all instances of the old version with the version you intend to release.
1. Draft a new release and make sure the box is checked to publish the action to the GitHub Marketplace.
1. Under "choose a tag", create a tag for the next version. Keep "target" as the default branch.
1. Under "release title" use "Dataverse Uploader Action".
1. Click "generate release notes" and edit as desired.
1. Publish the release.
1. Check to make sure the release was published to <https://github.com/marketplace/actions/dataverse-uploader-action>.

0 comments on commit 5a92327

Please sign in to comment.