Skip to content

Commit

Permalink
docs: Add automatic release notes config file
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
matthewfeickert committed May 10, 2024
1 parent ac42e21 commit 72fb4d1
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 72fb4d1

Please sign in to comment.