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

11
.releaserc/footer.hbs Normal file
View File

@@ -0,0 +1,11 @@
{{#if noteGroups}}
{{#each noteGroups}}
### {{title}}
{{#each notes}}
* {{#if commit.scope}}**{{commit.scope}}:** {{/if}}{{text}} ([{{commit.shortHash}}]({{commit.shortHash}}))
{{/each}}
{{/each}}
{{/if}}