Add Zenodo publish workflow for v2.0.0 - #37
Merged
Conversation
Provide .zenodo.json metadata, a stdlib publish script, and a GitHub Actions workflow triggered on release or workflow_dispatch. Release notes on Zenodo link to CHANGELOG as the single source of truth. Co-authored-by: Bruno <brunomartinsmv@users.noreply.github.com>
Contributor
Revisão — follow-up implementadoO bloqueio crítico (script ausente) já foi resolvido em PR #38 ( Os demais pontos da revisão foram endereçados em PR follow-up (
Melhoria adicional: o anchor do CHANGELOG agora é derivado dinamicamente a partir de |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds automation to archive GitHub releases on Zenodo for v2.0.0 and future tags. The GitHub–Zenodo webhook did not fire automatically (the existing Zenodo record still references the legacy repo name
fisicambiental).Changes
.zenodo.json— metadata for Zenodo/GitHub integrationscripts/publish_zenodo_release.py— stdlib script to create a new Zenodo version from a Git tag (links toCHANGELOG.mdinstead of duplicating release notes).github/workflows/zenodo-publish.yml— runs onrelease: publishedorworkflow_dispatchdocs/reproducibility.md— documents Zenodo publishing and DOI update stepsRequired follow-up
Add repository secret
ZENODO_ACCESS_TOKEN(Zenodo personal access token withdeposit:writeanddeposit:actions), then run the workflow manually forv2.0.0. After publish, update the version DOI inREADME.mdandCITATION.cff.