Add automated monthly release workflow#350
Merged
Conversation
Co-authored-by: seandavi <92435+seandavi@users.noreply.github.com>
Co-authored-by: seandavi <92435+seandavi@users.noreply.github.com>
Co-authored-by: seandavi <92435+seandavi@users.noreply.github.com>
Co-authored-by: seandavi <92435+seandavi@users.noreply.github.com>
Co-authored-by: seandavi <92435+seandavi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add GitHub Action for monthly release scheduling
Add automated monthly release workflow
Feb 2, 2026
seandavi
requested changes
Feb 2, 2026
Owner
seandavi
left a comment
There was a problem hiding this comment.
Could you add to the release notes that an additional rationale for the release is to trigger a zenodo update to zenodo record: https://zenodo.org/records/1169173 and provide that link?
Co-authored-by: seandavi <92435+seandavi@users.noreply.github.com>
Contributor
Author
Added the Zenodo record link to the release notes. The releases will now include information about triggering the Zenodo update at https://zenodo.org/records/1169173 (commit 9085eb3) |
seandavi
approved these changes
Feb 2, 2026
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.
Automates monthly release creation via GitHub Actions.
Changes
.github/workflows/monthly-release.ymlcron: '0 0 1 * *')workflow_dispatchfor ad-hoc releasesYYYY-MM-DD(matches existing release pattern)gh release create) instead of deprecatedactions/create-release@v1Example Usage
Release notes template: "Monthly release for {date}. This release was automatically created by GitHub Actions. This release triggers an update to the Zenodo record: https://zenodo.org/records/1169173"
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.