mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-04-21 12:01:11 +02:00
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:
parent
cafcdbc3e7
commit
bda94bd278
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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
12
.github/release.yaml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
changelog:
|
||||||
|
categories:
|
||||||
|
- title: Contributions
|
||||||
|
labels:
|
||||||
|
- '*'
|
||||||
|
exclude:
|
||||||
|
labels:
|
||||||
|
- dependencies
|
||||||
|
- no-release-note
|
||||||
|
- title: Dependencies
|
||||||
|
labels:
|
||||||
|
- dependencies
|
Loading…
x
Reference in New Issue
Block a user