Add a release workflow and the v0.4.0 release notes - #3
Merged
Merged
Conversation
`workflow_dispatch` job that creates the tag and GitHub release from a chosen commit, checking the version against pyproject.toml and reading the notes from docs/releases/v<version>.md, so releases are cut by CI rather than from a developer's machine. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011hwnef5pyjkdpQ6deZJYDD
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.
Release prep for v0.4.0.
.github/workflows/release.yml: aworkflow_dispatchjob that creates the tag and the GitHub release from a chosen commit. It checks thatpyproject.tomldeclares the requested version and reads the notes fromdocs/releases/v<version>.md, so releases are cut by CI with the repository token instead of from a developer's machine.docs/releases/v0.4.0.md: the release notes for 0.4.0 ("The Site Archive"), in the same shape as the v0.3.0 release.No code changes; the test suite is unaffected.
🤖 Generated with Claude Code
https://claude.ai/code/session_011hwnef5pyjkdpQ6deZJYDD
Generated by Claude Code