Difference between revisions of "Zenodo"
Jump to navigation
Jump to search
(Created page with "= Prerequisites = * Public GitHub repository example ([https://github.com/WolfgangFahl/snapquery WolfgangFahl/snapquery]). * GitHub account with admin access. * Zenodo account...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
* GitHub account with admin access. | * GitHub account with admin access. | ||
* Zenodo account ([https://zenodo.org/me/uploads?q=&f=shared_with_me%3Afalse&l=list&p=1&s=10&sort=newest Zenodo]; link via GitHub/Orcid). | * Zenodo account ([https://zenodo.org/me/uploads?q=&f=shared_with_me%3Afalse&l=list&p=1&s=10&sort=newest Zenodo]; link via GitHub/Orcid). | ||
| − | * Stable release tag (e.g., <code>v0.2. | + | * Stable release tag (e.g., <code>v0.2.2</code>). |
* Updated [https://github.com/WolfgangFahl/snapquery/blob/main/README.md README.md]: Badges, docs, license (Apache 2.0), demos. | * Updated [https://github.com/WolfgangFahl/snapquery/blob/main/README.md README.md]: Badges, docs, license (Apache 2.0), demos. | ||
| + | |||
| + | === Prepare GitHub Repo === | ||
| + | # Ensure public access. | ||
| + | # Tag release via release | ||
| + | <syntaxhighlight lang="bash"> | ||
| + | git tag | ||
| + | </syntaxhighlight> | ||
| + | === Flip the switch === | ||
| + | * https://zenodo.org/account/settings/github/ | ||
Latest revision as of 17:12, 3 December 2025
Prerequisites
- Public GitHub repository example (WolfgangFahl/snapquery).
- GitHub account with admin access.
- Zenodo account (Zenodo; link via GitHub/Orcid).
- Stable release tag (e.g.,
v0.2.2). - Updated README.md: Badges, docs, license (Apache 2.0), demos.
Prepare GitHub Repo
- Ensure public access.
- Tag release via release
git tag