rl-institut/oemof-B3

Release was not triggered on Zenodo

Closed this issue · 2 comments

The oemof-B3 Zenodo entry has not been updated automatically with release of v0.0.2.

jnnr commented

Seems like the webhook was lost. I am quite sure that we had one for the first release in March 2022.

What to do? Try to set up the webhook again. Then, to trigger a zenodo entry for v0.0.2 even if the release has been set already, you can use this trick:

Checkout the tag and create a branch (re-release)
git checkout tag-id
git checkout -b re-release

Delete the tag
git tag -d tag
git push --delete origin tagName

The releaase message should be a draft again
Release again from the branch created above.

I've added a Zenodo entry manually instead: https://zenodo.org/deposit/7685458.
I'll close this issue.