Use upstream zizmor release notes for releases - #51
Merged
woodruffw merged 2 commits intoJul 28, 2026
Conversation
woodruffw
reviewed
Jul 14, 2026
woodruffw
left a comment
Member
There was a problem hiding this comment.
Thanks @abhinavgautam01. This looks reasonable to me, one question.
woodruffw
approved these changes
Jul 28, 2026
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions release workflow so zizmor-pre-commit GitHub Releases include the full upstream zizmor release notes (and fall back to a link when upstream notes are empty), addressing the request in #42 to make releases easier to evaluate.
Changes:
- Fetch upstream
zizmorrelease body viagh release viewand write it to a notes file. - Use
gh release create --notes-fileso the generated release includes full upstream notes. - Keep an explicit fallback link when the upstream release body is empty.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pre-submission checks
Please check these boxes:
Mandatory: This PR corresponds to an issue (if not, please create
one first).
Having read the AI policy, I hereby disclose the use of an LLM or other
AI coding assistant in the creation of this PR. PRs will not be rejected
for using AI tools, but will be rejected for undisclosed use or
use that violates the policy.
If a checkbox is not applicable, you can leave it unchecked.
Summary
Fixes #42
Updates the release workflow to populate
zizmor-pre-commitGitHub releases with the matching upstreamzizmorrelease notes instead of only linking to them.If the upstream release body is empty, the workflow falls back to the existing release-specific link.
Test Plan
uvx pre-commit run --all-filesgit diff --checkgh release view v1.24.0 --repo zizmorcore/zizmor --json body --jq '.body // ""'