Skip to content

fix(upgrade): remove "What's new" header from changelog output#626

Merged
BYK merged 1 commit intomainfrom
fix/remove-whats-new-changelog-header
Apr 1, 2026
Merged

fix(upgrade): remove "What's new" header from changelog output#626
BYK merged 1 commit intomainfrom
fix/remove-whats-new-changelog-header

Conversation

@BYK
Copy link
Copy Markdown
Member

@BYK BYK commented Apr 1, 2026

Summary

  • Remove the ### What's new markdown heading from the post-upgrade changelog output in formatChangelog()
  • Keep a leading empty line for visual separation between the upgrade status and the changelog sections

Changes

Single-line change in src/lib/formatters/human.ts: the initial lines array in formatChangelog() changes from ["", "### What's new", ""] to [""]. The category subheadings (New Features, Bug Fixes, Performance) remain unchanged.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 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).


New Features ✨

  • (auth) Show token expiry in days/weeks instead of raw hours by BYK in #620
  • (ci) Add delta patch generation for stable releases by BYK in #618
  • (dashboard) Render text widget markdown content in dashboard view by BYK in #624
  • (telemetry) Upgrade Sentry SDK to 10.47.0 and enable runtime metrics by BYK in #622
  • (traces) Expose custom span attributes and improve agent guidance by BYK in #623

Bug Fixes 🐛

  • (build) Use esbuild for binary bundling to fix minifier collision bug by BYK in #619
  • (init) Prompt for team selection when user belongs to multiple teams by betegon in #621
  • (upgrade) Remove "What's new" header from changelog output by BYK in #626

Internal Changes 🔧

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

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 1, 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 0.00%. Project has 1337 uncovered lines.
❌ Project coverage is 95.55%. Comparing base (base) to head (head).

Files with missing lines (1)
File Patch % Lines
src/lib/formatters/human.ts 0.00% ⚠️ 1 Missing
Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
- Coverage    95.57%    95.55%    -0.02%
==========================================
  Files          204       204         —
  Lines        30054     30053        -1
  Branches         0         0         —
==========================================
+ Hits         28722     28716        -6
- Misses        1332      1337        +5
- Partials         0         0         —

Generated by Codecov Action

Remove the "### What's new" heading from the post-upgrade changelog
while keeping an empty line at the top for visual separation from the
upgrade status line.
@BYK BYK force-pushed the fix/remove-whats-new-changelog-header branch from 01fc774 to 65d282c Compare April 1, 2026 21:04
@BYK BYK marked this pull request as ready for review April 1, 2026 21:04
@BYK BYK merged commit 7ce9bdf into main Apr 1, 2026
26 checks passed
@BYK BYK deleted the fix/remove-whats-new-changelog-header branch April 1, 2026 21:33
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