Closed EwoutH closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@73a5024
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Wonderful, I wanted to add that! Thanks @EwoutH!
@EwoutH Can a PR have 2 different labels (eg. docs
and bugs
)?
Yes, but the top one takes precedence. For example, breaking
is currently at the top, so it takes precedence over all other labels.
So you can reorder them if you like another priority.
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
andpackaging
. The last five are grouped in the changelog under Maintenance 🔧.For this to work nicely, it's important that all merged PRs have one of these labels attached to them and that the PR titles are sufficiently descriptive.