AbsaOSS / generate-release-notes

Efficiently automate your release note generation with 'generate-release-notes'. This GH action scans your target GitHub repository's issues, sorting and organizing them into well-formatted release notes. Perfect for maintaining a streamlined and organized release process.
Apache License 2.0
8 stars 0 forks source link

Add support for more Release notes comments in one issue #19

Closed miroslavpojer closed 10 months ago

miroslavpojer commented 10 months ago

Background

When project used semi-automated way for migration of Release notes from PR to Issue then there can be a situation when more PRs with Release notes migrate them to same mentioned Issue. Then Issue can be populated by several Release notes comments.

Feature

Update current implementation to scan for all Release notes comments and collect their content.