ci: add release automation (#7656)

This commit is contained in:
Manuel
2021-10-27 02:53:46 +02:00
committed by GitHub
parent 626fad2e71
commit d3e914280d
13 changed files with 2227 additions and 2006 deletions

14
.releaserc/template.hbs Normal file
View File

@@ -0,0 +1,14 @@
{{> header}}
{{#each commitGroups}}
{{#if title}}
### {{title}}
{{/if}}
{{#each commits}}
{{> commit root=@root}}
{{/each}}
{{/each}}
{{> footer}}