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 (#95)
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 `experimental`, `breaking`, `feature`, `enhancement`, `bug`, `docs`, `ci`, `testing`, `dependency`, `maintenance` and `packaging`. The last five 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). Co-authored-by: Adam Amer <136176500+adamamer20@users.noreply.github.com>
- Loading branch information