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:
+15
-4
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user