Skip to content

Commit

Permalink
docs(backport): Add automatic release notes config file (#2498)
Browse files Browse the repository at this point in the history
* 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 <matthew.feickert@cern.ch>
  • Loading branch information
meeseeksmachine and matthewfeickert authored May 30, 2024
1 parent b054d15 commit f9405bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
exclude:
authors:
- dependabot
- pre-commit-ci

0 comments on commit f9405bd

Please sign in to comment.