-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add automatic release notes config file #2476
Conversation
* Add a .github/release.yml file to configure the automatic release notes that GitHub can generate on a release. - https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes * Ignore contributions from Dependabot and pre-commit-ci from the release notes.
I'm going to approve and merge this myself. As always, PRs approved by a single core dev can be reverted as needed by the rest of the dev team. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2476 +/- ##
=======================================
Coverage 98.21% 98.21%
=======================================
Files 69 69
Lines 4543 4543
Branches 804 804
=======================================
Hits 4462 4462
Misses 48 48
Partials 33 33
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@meeseeksdev backport to release/v0.7.x |
* Backport PR #2476 * Add a .github/release.yml file to configure the automatic release notes that GitHub can generate on a release. - https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes * Ignore contributions from Dependabot and pre-commit-ci from the release notes. Co-authored-by: Matthew Feickert <[email protected]>
Description
.github/release.yml
file to configure the automatic release notes that GitHub can generate on a release.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: