semantic-release / release-notes-generator

:clipboard: semantic-release plugin to generate changelog content with conventional-changelog
MIT License
309 stars 47 forks source link

Release notes not appearing on GitHub Release descriptions #641

Closed Piwero closed 4 months ago

Piwero commented 4 months ago

I have setup releases notes and successfully creates notes on file CHANGELOG.md https://github.com/Piwero/sandbox-github-actions/blob/main/CHANGELOG.md However, I can't get those notes on each release description like in other repositories I'm looking at https://github.com/Piwero/sandbox-github-actions/releases/tag/v1.6.5

Could someone guide me what setup I'm missing? thanks

Project ref: https://github.com/Piwero/sandbox-github-actions

travi commented 4 months ago

You need to include the GitHub plug-in if you want GitHub releases to be created. You are currently only creating tags, not releases

Piwero commented 4 months ago

Thanks @travi, it's working now 🙌🏼