Skip to content

chore: include changelog notes in GitHub releases#22916

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

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.

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

1 participant