ci: add release automation (#7807)

This commit is contained in:
Manuel
2022-02-12 16:14:28 +01:00
committed by GitHub
parent 065facdc53
commit adf7d928de
11 changed files with 4847 additions and 129 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}}