Skip to content

fix: correct YAML syntax in release workflow#9

Merged
evertoncolling merged 1 commit into
mainfrom
fix-release-workflow
Jul 3, 2025
Merged

fix: correct YAML syntax in release workflow#9
evertoncolling merged 1 commit into
mainfrom
fix-release-workflow

Conversation

@evertoncolling

Copy link
Copy Markdown
Owner

Summary

  • Fix multi-line string handling in gh release create command that was causing workflow failure
  • Use heredoc to create release notes file, then reference with --notes-file flag

Context

The release workflow was failing due to improper YAML syntax when handling multi-line strings in the gh release create command.

Test plan

  • YAML syntax validated
  • Workflow will be tested when we create the next release tag after merging

🤖 Generated with Claude Code

- Fix multi-line string handling in gh release create command
- Use heredoc to create release notes file first
- Then reference it with --notes-file flag

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@evertoncolling evertoncolling enabled auto-merge July 3, 2025 21:36
@codecov-commenter

codecov-commenter commented Jul 3, 2025

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.67%. Comparing base (cba103a) to head (0a6be5d).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@          Coverage Diff          @@
##            main      #9   +/-   ##
=====================================
  Coverage   8.67%   8.67%           
=====================================
  Files          9       9           
  Lines       1314    1314           
=====================================
  Hits         114     114           
  Misses      1198    1198           
  Partials       2       2           
Flag Coverage Δ
unittests 8.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@evertoncolling evertoncolling merged commit 658a6ea into main Jul 3, 2025
12 checks passed
@evertoncolling evertoncolling deleted the fix-release-workflow branch July 3, 2025 21:37
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