Skip to content

Refactor release notes creation to use printf for safer handling of s…

d480c4b
Select commit
Loading
Failed to load commit list.
Merged

Refactor release notes creation to use printf for safer handling of special characters #355

Refactor release notes creation to use printf for safer handling of s…
d480c4b
Select commit
Loading
Failed to load commit list.
gitStream.cm / linearb-ai/linearb_ai_description succeeded Jul 23, 2025 in 5s

describe-changes@v1

describe-changes@v1: with concatenate mode: append

✨ PR Description

Purpose: Refactor GitHub release notes creation to use printf for safer handling of special characters in automated deployments.
Main changes:

  • Replaced heredoc-based release notes generation with printf command for better character escaping
  • Simplified code by removing intermediate variables and using direct parameter substitution
  • Added explanatory comment to clarify the purpose of the release notes formatting approach

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using. We'd love your feedback! 🚀