Add release.yaml to help auto-populate release notes

* Auto-populated release notes have a nice way of highlighting
new contributors and sorting dependency updates to the bottom.
I'll still keep the hand-written changelog notes at the top
because they're written for those who want a better summary
than just a bunch of PR titles
* Remove the PR template since its often unused
This commit is contained in:
Dalton Hubble
2024-04-03 22:54:06 -07:00
parent cafcdbc3e7
commit bda94bd278
2 changed files with 12 additions and 10 deletions

12
.github/release.yaml vendored Normal file
View File

@ -0,0 +1,12 @@
changelog:
categories:
- title: Contributions
labels:
- '*'
exclude:
labels:
- dependencies
- no-release-note
- title: Dependencies
labels:
- dependencies