Skip to content

chore: include changelog notes in GitHub releases - #22916

Closed
AlvaroBalbin wants to merge 1 commit into
vitejs:mainfrom
AlvaroBalbin:fix/22489-notes-in-github-releases
Closed

chore: include changelog notes in GitHub releases#22916
AlvaroBalbin wants to merge 1 commit into
vitejs:mainfrom
AlvaroBalbin:fix/22489-notes-in-github-releases

Conversation

@AlvaroBalbin

Copy link
Copy Markdown

Fixes #22489.

Vite's GitHub Releases only contained a link to CHANGELOG.md, so tools like Dependabot and people reading GitHub notifications couldn't see the actual notes. I updated the release-tag workflow to pull the topmost version section out of the package's CHANGELOG.md and pass it as the release body, so each release now shows its notes inline while the changelog is still maintained as before.

I could not fully run the suite in my environment, so I kept the change small and focused on the issue; a CI run would confirm it.

@AlvaroBalbin

Copy link
Copy Markdown
Author

Following up here. If it would help, I can rebase this onto the current main or adjust anything you'd want changed. No rush, just flagging it is ready when you have a moment.

@AlvaroBalbin

Copy link
Copy Markdown
Author

Hi, just following up on this one. Happy to rebase it on the latest main or make any change that would help it land. Thanks for taking a look whenever you get the chance.

@sapphi-red

Copy link
Copy Markdown
Member

Done in #23116

@sapphi-red sapphi-red closed this Aug 24, 2026
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.

Notes in GitHub Releases

2 participants