CI: improve release workflow safety and enable changelog#39
Merged
Conversation
Use printenv instead of echo for PR_BODY to prevent shell interpretation of special characters in release notes. Remove changelog disable setting to let goreleaser generate changelogs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merged
azu
pushed a commit
that referenced
this pull request
Apr 5, 2026
<!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### Bug Fixes * Fix transient error caching, digest slice panic, and file permission overwrite by @Copilot in #41 ### CI * CI: improve release workflow safety and enable changelog by @azu in #39 ## New Contributors * @Copilot made their first contribution in #41 **Full Changelog**: v1.2.1...v1.2.2 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Summary
This PR fixes a shell safety issue in the release workflow and enables goreleaser's built-in changelog generation.
Changes
echo "$PR_BODY"withprintenv PR_BODYin release workflow to prevent shell interpretation of special characters (e.g., backticks, dollar signs) in PR body content when writing release noteschangelog: disable: truefrom.goreleaser.ymlto enable goreleaser's automatic changelog generation for releasesBreaking Changes
None
Test Plan
/tmp/release-notes.mdwithout shell interpretation issues