We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc4bb8 commit 9085eb3Copy full SHA for 9085eb3
.github/workflows/monthly-release.yml
@@ -31,5 +31,7 @@ jobs:
31
else
32
gh release create "${RELEASE_DATE}" \
33
--title "${RELEASE_DATE}" \
34
- --notes "Monthly release for ${RELEASE_DATE}. This release was automatically created by GitHub Actions."
+ --notes "Monthly release for ${RELEASE_DATE}. This release was automatically created by GitHub Actions.
35
+
36
+This release triggers an update to the Zenodo record: https://zenodo.org/records/1169173"
37
fi
0 commit comments