shabados / actions

Cross-repository utilities repository
MIT License
0 stars 4 forks source link

Changelog in releases is not correct #81

Open Harjot1Singh opened 2 years ago

Harjot1Singh commented 2 years ago

Describe the bug The changelogs simply show the last bump commit message instead of the entry for the changelog.

To Reproduce Steps to reproduce the behavior: 1) Run release latest/next workflow 2) Go to releases and see the release notes for the version

Expected behavior It should show the release version notes from CHANGELOG.md.

Solutions 1) Fix the generateChangelog call to grab the correct information 2) Try GitHub release notes generation API (this might be quite cool, but lack of parity with the generator!) 3) Try https://github.com/github-tools/github-release-notes and generate changelogs based on issues, not commits 🤔