Skip to content

fix(collect): drop trailing space in multi-date commit messages - #17

Merged
mike-wendt merged 1 commit into
mainfrom
fix-commit-message-trailing-space
Sep 5, 2026
Merged

fix(collect): drop trailing space in multi-date commit messages#17
mike-wendt merged 1 commit into
mainfrom
fix-commit-message-trailing-space

Conversation

@mike-wendt

@mike-wendt mike-wendt commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Summary

tr '\n' ' ' leaves a trailing space after the last date when the Commit step joins multiple dates for its commit message (e.g. a catch-up firing collecting several days). Switched to paste -sd' ' -, which joins the same way without the trailing space.

Test plan

  • bash -n on the extracted Commit step's script
  • Verified paste -sd' ' - output byte-for-byte (od -c) against multi-line input -- no trailing space, no other change
  • Confirm Verify pipeline / verify passes on this PR

🤖 Generated with Claude Code

tr '\n' ' ' leaves a trailing space after the last date when joining
multiple dates for the commit message. paste -sd' ' - joins the same
way without one.
@mike-wendt mike-wendt self-assigned this Sep 5, 2026

@mike-wendt mike-wendt left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-reviewed and approved, merging

@mike-wendt
mike-wendt merged commit aa8e8e3 into main Sep 5, 2026
1 check passed
@mike-wendt
mike-wendt deleted the fix-commit-message-trailing-space branch September 5, 2026 21:31
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.

1 participant