fix(release): avoid multiline rc release note quoting #114
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/release-candidate-note-quoting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification
The PR replaces a multiline shell string with a
printfcommand to construct release notes, which should prevent shell parsing errors. The change appears safe to merge.