1
0
This commit is contained in:
2024-03-23 20:25:41 +09:00
parent da958c6f02
commit fbef08887d
84 changed files with 90761 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{{#if authors}}
### Contributors to this release
{{#each authors}}
{{#unless isBot}}
{{#if login}}
- {{#if avatar_url}}<img src="{{avatar_url_sm}}" alt="avatar" width="18"/>{{/if}} [{{displayName}}]({{html_url}} "+{{insertions}}/-{{deletions}} ({{#each prs}}#{{this}} {{/each}})")
{{else}}
- {{displayName}}
{{/if}}
{{/unless}}
{{/each}}
{{/if}}

View File

@ -0,0 +1,10 @@
{{#if files}}
### Build info
{{#each files}}
- {{ name}} ({{ path }}) {{ filesize size }} (**{{ filesize gzip }}** gzipped)
{{#each commits}}
- {{ tag }} - {{filesize size}}
{{/each}}
{{/each}}
{{/if}}

View File

@ -0,0 +1 @@
Hi, @{{ author.login }}! This PR has been published in [{{ release.tag }}]({{ release.url }}) release. Thank you for your contribution ❤️!

View File

@ -0,0 +1,13 @@
{{#if prs}}
### PRs
{{#each prs}}
- {{title}} ( [#{{number}}]({{pull_request.url}}) ){{#if isHot}} 🔥{{/if}}{{#if isHot}} 🚀{{/if}}
{{#if messages}}
{{#each messages}}
```
{{this}}
```
{{/each}}
{{/if}}
{{/each}}
{{/if}}