mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
46085e6ffc
* chore(ci): Add release-it script; * fix(utils): redesigned logic for obtaining the global link;; * chore(git): updated .gitignore; chore(npm): updated .npmignore; * chore(git): fix husky prepare script; * chore(github): reworked npm release action step; * chore(ci): add CHANGELOG.md contributors section generator; * chore(deps): add `auto-changelog` to package.json;
14 lines
303 B
Handlebars
14 lines
303 B
Handlebars
{{#if authors}}
|
|
|
|
### Contributors 🤵
|
|
|
|
{{#each authors}}
|
|
{{#if github}}
|
|
- {{#if avatar_url}}{{/if}} [{{name}}]({{github}}) ({{insertions}}++ / {{deletions}}--)
|
|
{{else}}
|
|
- {{name}} ({{insertions}}++ / {{deletions}}--)
|
|
{{/if}}
|
|
{{/each}}
|
|
|
|
{{/if}}
|