fix(release): avoid multiline rc release note quoting #114

Merged
jwilger merged 1 commit from fix/release-candidate-note-quoting into main 2026-05-06 11:08:03 -07:00
Owner

Summary

  • Build release candidate Forgejo Release notes with printf instead of a multiline shell string.
  • Avoid the Actions runner shell parse failure after candidate image publication.

Verification

  • nix develop --command bash tests/release_tooling_test.sh
## Summary - Build release candidate Forgejo Release notes with printf instead of a multiline shell string. - Avoid the Actions runner shell parse failure after candidate image publication. ## Verification - nix develop --command bash tests/release_tooling_test.sh
fix(release): avoid multiline rc release note quoting
All checks were successful
CI / Nix flake check (pull_request) Successful in 2m52s
CI / auto_review semantic review (pull_request) Successful in 1s
auto_review auto_review: no findings
Publish release / release-publish (pull_request) Has been skipped
5143eb3a15
auto-review left a comment

The PR replaces a multiline shell string with a printf command to construct release notes, which should prevent shell parsing errors. The change appears safe to merge.

The PR replaces a multiline shell string with a `printf` command to construct release notes, which should prevent shell parsing errors. The change appears safe to merge.
jwilger deleted branch fix/release-candidate-note-quoting 2026-05-06 11:08:03 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Slipstream/auto_review!114
No description provided.