Skip to content

Fix Discord announcement missing blank line before release notes#76

Merged
vicplusplus merged 1 commit intomainfrom
claude/release-0.7.1-Ydvy6
Apr 9, 2026
Merged

Fix Discord announcement missing blank line before release notes#76
vicplusplus merged 1 commit intomainfrom
claude/release-0.7.1-Ydvy6

Conversation

@vicplusplus
Copy link
Copy Markdown
Owner

Command substitution $(printf '...\n\n') strips trailing newlines, so
the HEADER variable lost the two trailing newlines intended to separate
the title from the release body. Switch to printf -v, which writes
directly to the variable and preserves them.

Also apply printf -v to FOOTER for consistency (not strictly needed
since FOOTER's last character is '>', not a newline).

Command substitution $(printf '...\n\n') strips trailing newlines, so
the HEADER variable lost the two trailing newlines intended to separate
the title from the release body. Switch to `printf -v`, which writes
directly to the variable and preserves them.

Also apply `printf -v` to FOOTER for consistency (not strictly needed
since FOOTER's last character is '>', not a newline).
@vicplusplus vicplusplus merged commit 71a52ce into main Apr 9, 2026
4 checks passed
@vicplusplus vicplusplus deleted the claude/release-0.7.1-Ydvy6 branch April 9, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants