Skip to content

Commit 5b9c384

Browse files
docs: Add automatic release notes config file (#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.
1 parent ac42e21 commit 5b9c384

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
- pre-commit-ci

0 commit comments

Comments
 (0)