Skip to content

v0.48.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Feb 04:48
· 32 commits to main since this release
26b6572

🌟 Release Highlights

A focused polish release improving reliability and presentation quality across the board.

πŸ› Bug Fixes & Improvements

  • More robust summary formatting β€” Summaries now use 6-backtick fences, preventing escaping breakage when nested code blocks appear in agent-generated output. (#17384)
  • Consistent step names β€” "Set up Go", "Install UV", and "Upload source" step names are now aligned across all workflows, making run logs easier to read and correlate. (#17386)

πŸ“š Documentation

  • Multiple PR creation support documented β€” The docs now cover the ability to create multiple pull requests in a single workflow run, helping users take full advantage of this capability. (#17388)

🎨 Presentation

  • Improved slide contrast β€” Slide code blocks now use a light theme for better readability during projection. (#17385)

For complete details, see CHANGELOG.

Generated by Release


What's Changed

  • slides: use light code block theme for projection contrast by @Copilot in #17385
  • [docs] Update documentation for multiple PR creation support by @github-actions[bot] in #17388
  • fix(step-names): align Set up Go, Install UV, and Upload source inconsistencies by @Copilot in #17386
  • fix: use 6-backtick fences in summaries to prevent escaping breakage by @Copilot in #17384

Full Changelog: v0.48.0...v0.48.1