Add milestone release workflow

This commit is contained in:
Janne Valkealahti
2022-01-18 13:13:49 +00:00
parent dbe8a8b408
commit e145588475
2 changed files with 160 additions and 0 deletions

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

@@ -0,0 +1,25 @@
{{#headerslength}}
# Generic Notes
{{/headerslength}}
{{#headers}}
**{{title}}**
{{body}}
{{/headers}}
# Issues
{{#issues}}
{{repo}}#{{number}} {{title}}
{{/issues}}
{{#footerslength}}
# Additional Notes
{{/footerslength}}
{{#footers}}
**{{title}}**
{{body}}
{{/footers}}