Add github release to milestone release

This commit is contained in:
Janne Valkealahti
2021-06-26 15:32:08 +01:00
parent 6a2e51d023
commit b26d87733d
2 changed files with 82 additions and 0 deletions

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

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