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
Introduce idea of PR without Issue as part for user defined chapters #26
Projects can contain PR without Issue as a valid object. (Valid means that the issue is not present by purpose.)
dependabot PRs (project config defined tag dependencies)
bug fixes (user defined tag bugfix)
Feature
Introduce logic to identify the PRs without Issues as valid lines in user-defined chapters.
Logic will identify PRs without the issues mentioned and check if labels are present.
If tag defined by user are present PRs will be placed to defined chapters.
Background
Projects can contain PR without Issue as a valid object. (Valid means that the issue is not present by purpose.)
dependencies
)bugfix
)Feature
Introduce logic to identify the PRs without Issues as valid lines in user-defined chapters. Logic will identify PRs without the issues mentioned and check if labels are present. If tag defined by user are present PRs will be placed to defined chapters.