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...") |
|||
| Line 5: | Line 5: | ||
* Stable release tag (e.g., <code>v0.2.12</code>). | * Stable release tag (e.g., <code>v0.2.12</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/ | ||
Revision as of 17:11, 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.12). - Updated README.md: Badges, docs, license (Apache 2.0), demos.
Prepare GitHub Repo
- Ensure public access.
- Tag release via release
git tag