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
No known key found for this signature in database
GPG Key ID: BD34C2E3EF32B7A0
2 changed files with 12 additions and 10 deletions

View File

@ -1,10 +0,0 @@
High level description of the change.
* Specific change
* Specific change
## Testing
Describe your work to validate the change works.
rel: issue number (if applicable)

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