Skip to content

fix(upgrade): add blank lines around changelog in upgrade output#642

Merged
BYK merged 1 commit intomainfrom
fix/upgrade-changelog-spacing
Apr 2, 2026
Merged

fix(upgrade): add blank lines around changelog in upgrade output#642
BYK merged 1 commit intomainfrom
fix/upgrade-changelog-spacing

Conversation

@BYK
Copy link
Copy Markdown
Member

@BYK BYK commented Apr 2, 2026

Summary

  • Adds a blank line before and after the changelog section in sentry cli upgrade output for better readability
  • Single-line change in formatUpgradeResult() in src/lib/formatters/human.ts

Before

✓ Upgraded to  0.24.0-dev.1775146118  (from 0.24.0-dev.1775088345)
  Method: curl · Channel: nightly
New Features ✨
• ...

After

✓ Upgraded to  0.24.0-dev.1775146118  (from 0.24.0-dev.1775088345)
  Method: curl · Channel: nightly

New Features ✨
• ...

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Bug Fixes 🐛

  • (upgrade) Add blank lines around changelog in upgrade output by BYK in #642

Internal Changes 🔧

  • Regenerate skill files and command docs by github-actions[bot] in 59c820e4

🤖 This preview updates automatically when you update the PR.

@BYK BYK marked this pull request as ready for review April 2, 2026 16:57
Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

Codecov Results 📊

129 passed | Total: 129 | Pass Rate: 100% | Execution Time: 0ms

📊 Comparison with Base Branch

Metric Change
Total Tests
Passed Tests
Failed Tests
Skipped Tests

✨ No test changes detected

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 1365 uncovered lines.
✅ Project coverage is 95.65%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    95.59%    95.65%    +0.06%
==========================================
  Files          219       219         —
  Lines        31382     31381        -1
  Branches         0         0         —
==========================================
+ Hits         29997     30016       +19
- Misses        1385      1365       -20
- Partials         0         0         —

Generated by Codecov Action

Add a blank line before and after the changelog section in the upgrade
command output for better visual separation from the status/metadata block.
@BYK BYK force-pushed the fix/upgrade-changelog-spacing branch from 05b9a0f to c6b4879 Compare April 2, 2026 18:17
@BYK BYK merged commit 38a48b5 into main Apr 2, 2026
26 checks passed
@BYK BYK deleted the fix/upgrade-changelog-spacing branch April 2, 2026 18:51
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