[CI] Add step to generate release notes

This commit is contained in:
Chris Bono
2023-10-17 16:19:12 -05:00
parent 23cec881f2
commit e6a0e77af7
2 changed files with 28 additions and 0 deletions

5
.github/rlnotes.mustache vendored Normal file
View File

@@ -0,0 +1,5 @@
# Issues
{{#issues}}
{{repo}}#{{number}} {{title}}
{{/issues}}