Skip to content

fix: simplify release workflow to avoid YAML parsing issues#11

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

fix: simplify release workflow to avoid YAML parsing issues#11
evertoncolling merged 1 commit into
mainfrom
fix-release-workflow-simple

Conversation

@evertoncolling

Copy link
Copy Markdown
Owner

Summary

  • Simplify release workflow to avoid YAML parsing errors
  • Remove complex heredoc with markdown that was causing issues
  • Use simple --notes parameter with basic description
  • Add --generate-notes flag to automatically include commit history

Context

The heredoc with markdown content was causing persistent YAML parsing errors on line 83, even after trying to escape GitHub Actions expressions.

Test plan

  • Workflow will be tested when we recreate the release tag after merging

🤖 Generated with Claude Code

- Remove heredoc with complex markdown
- Use simple --notes parameter with basic description
- Add --generate-notes to include commit history

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

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

codecov Bot commented Jul 3, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.67%. Comparing base (58c0e23) to head (1f3e4aa).
Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #11   +/-   ##
=====================================
  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 10b7af5 into main Jul 3, 2025
14 checks passed
@evertoncolling evertoncolling deleted the fix-release-workflow-simple branch July 3, 2025 21:49
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