Skip to content

Fix release notes fetching from stale master branch#262

Merged
dgershman merged 2 commits intomainfrom
fix/release-notes-branch-ref
Mar 26, 2026
Merged

Fix release notes fetching from stale master branch#262
dgershman merged 2 commits intomainfrom
fix/release-notes-branch-ref

Conversation

@dgershman
Copy link
Copy Markdown
Contributor

Summary

  • Changed release workflow to fetch release-notes-tool from main instead of master
  • The master branch is stale and still has the broken sed pattern that truncates changelog entries containing = characters

Problem

The 1.8.8 GitHub Release only contained 2 of 8 changelog entries. The fix to the sed pattern (bmlt-enabled/release-notes-tool#2) was merged to main, but this workflow was curling from master.

Test plan

  • After merging, delete and re-tag 1.8.8 to verify all 8 changelog entries appear in the GitHub Release

🤖 Generated with Claude Code

dgershman and others added 2 commits March 26, 2026 10:17
…anch

The release-notes-tool repo's default branch is main, but the workflow
was curling from master — a stale branch still containing the broken
sed pattern that truncates changelog entries at = characters.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dgershman dgershman merged commit 055d40e into main Mar 26, 2026
3 checks passed
@dgershman dgershman deleted the fix/release-notes-branch-ref branch March 26, 2026 15:32
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