2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(ci): add an action to create a release PR;

This commit is contained in:
Dmitriy Mozgovoy
2023-01-06 01:50:31 +02:00
committed by GitHub
parent abd2cb83a3
commit 8651bf17d4
5 changed files with 229 additions and 23 deletions
+12
View File
@@ -0,0 +1,12 @@
{{#if files}}
### Build info
{{#each files}}
- {{ name}} ({{ path }}) {{ filesize size }} ({{ filesize gzip }} gzipped)
{{#each commits}}
- {{ tag }} - {{filesize size}}
{{/each}}
{{/each}}
{{/if}}