You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, our release notes lack structure and organization, making it difficult for users to quickly identify the types of changes in each release.
When reviewing release notes, I find it frustrating that all changes are listed together without any categorization by type (e.g., bug fixes, new features, documentation updates).
Describe the solution you'd like
We would like to add a .github/release.yml configuration file to automatically categorize our release notes based on PR labels.
This would allow GitHub to automatically generate structured release notes where changes are grouped by their type, making release notes more readable and informative for our users.
The file would define how different PR labels map to categories in the generated release notes.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
.github/release.ymlconfiguration file to automatically categorize our release notes based on PR labels.