Commit 09c9444
Add Zenodo DOI auto-minting config for GitHub Releases
Enables Zenodo to mint a concept DOI + per-version DOI on every future
GitHub Release. Zenodo's GitHub App reads `.zenodo.json` at the tagged
commit and publishes a software record.
Changes:
- `.zenodo.json` (new): upload_type=software, MIT license, creators block
(Gerber, Isaac; ORCID 0009-0009-3275-5591), related_identifiers linking
to the GitHub source (isSupplementTo) and ReadTheDocs (isDocumentedBy).
- `LICENSE` (new): standard MIT text with single-holder copyright.
- `CITATION.cff`: version 3.1.1 -> 3.1.2, date-released updated to the
v3.1.2 release date.
- `pyproject.toml`: add `LICENSE` to `[tool.maturin].include` so it lands
in the sdist tarball (not only in PKG-INFO's License-File metadata).
Manual one-time setup (done out-of-band): Zenodo account linked to GitHub,
the igerber/diff-diff repo toggled ON at
https://zenodo.org/account/settings/github/. The next release tag after
v3.1.2 will trigger the Zenodo webhook and mint DOIs.
A follow-up PR will add the concept-DOI badge to README and a `doi:`
field to CITATION.cff once the first DOI has been minted.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 306ed99 commit 09c9444
4 files changed
Lines changed: 60 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments