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

chore(CI): fixed release info script to use npm registry instead of git as file history source; (#7006)

This commit is contained in:
Dmitriy Mozgovoy
2025-09-04 09:33:40 +03:00
committed by GitHub
parent a0bc911379
commit d03f245a40
4 changed files with 3940 additions and 118 deletions
+15 -4
View File
@@ -1,10 +1,21 @@
{{#if files}}
### Build info
### Build info (v{{version}})
Client bundles:
{{#each files}}
- {{ name}} ({{ path }}) {{ filesize size }} (**{{ filesize gzip }}** gzipped)
{{#each commits}}
- {{ tag }} - {{filesize size}}
- {{ name}} ({{ path }})
- **[ this ]** - {{ filesize size }} (**{{ filesize gzip }}** gzipped, {{percent compressed}})
{{#each history}}
- **[{{ tag }}]** - {{filesize size}} (**{{ filesize gzip }}** gzipped, {{percent compressed}})
{{/each}}
{{/each}}
{{/if}}
{{#if warns}}
#### Warnings
{{#each warns}}
{{#if sizeReport}}
- ⚠️ File `{{filename}}` has increased in size by `{{filesize diff}}` (`+{{percent percent}}`)
{{/if}}
{{/each}}
{{/if}}