Commit 12cece2
authored
Add .github/release.yml to automate drafting release notes (#8)
### Motivation
We want to provide consistent and comprehensive release notes when
making
a release. Github supports generating draft release notes based on
labels
attached to PRs to make this simpler.
### Modifications
- Add .github/release.yml with SemVer based release notes sections.
### Result
When creating a release, Github should populate the release notes based
on the
PRs that have been merged since the last release and group them based on
their
labels.
### Test Plan
None.
### Reference
https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes1 parent 0ce8765 commit 12cece2
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments