Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create release.yml file for automatic release notes generation (proje…
…ctmesa#1925) * Create release.yml file for automatic release notes generation Adds a configuration file `.github/release.yml` that lets GitHub automatically draft release notes based on the labels attached to PRs that will be included in that release. These drafted release notes can form a consistent basis for our changelog and manually expanded with context for certain PRs if needed. The currently proposed labels are `breaking`, `feature`, `enhancement`, `bug`, `docs`, `ci`, `testing`, `dependency`, `maintenance` and `packaging`. The last four are grouped in the changelog under _Maintenance 🔧_. See [Automatically generated release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes). * release.yml: Add experimental category for release note generation
- Loading branch information