Hey I'm experimenting a bit with controlling the metadata that gets attached to your releases on Zenodo. In this PR, I've added a new file .zenodo.json which now includes the contributors from https://github.com/NLeSC/Xenon/graphs/contributors as creators. If you also want to include people who make issues and such, there is another field contributors you can add to the .zenodo.json. Items you include there can have an attribute type which you can set to Other or another type from the controlled vocabulary [ContactPerson, DataCollector, DataCurator, DataManager, Editor, Researcher, RightsHolder, Sponsor, Other].
Anyway long story short, with this .zenodo.json file, your release process should be less painful.
-Jurriaan
Hey I'm experimenting a bit with controlling the metadata that gets attached to your releases on Zenodo. In this PR, I've added a new file
.zenodo.json
which now includes the contributors from https://github.com/NLeSC/Xenon/graphs/contributors ascreators
. If you also want to include people who make issues and such, there is another fieldcontributors
you can add to the.zenodo.json
. Items you include there can have an attributetype
which you can set toOther
or another type from the controlled vocabulary [ContactPerson, DataCollector, DataCurator, DataManager, Editor, Researcher, RightsHolder, Sponsor, Other].Anyway long story short, with this
.zenodo.json
file, your release process should be less painful. -Jurriaan