mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore(ci): fix release action;
* 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;
This commit is contained in:
+11
-19
@@ -1,19 +1,11 @@
|
||||
**/.*
|
||||
*.iml
|
||||
coverage/
|
||||
examples/
|
||||
node_modules/
|
||||
typings/
|
||||
sandbox/
|
||||
test/
|
||||
bower.json
|
||||
CODE_OF_CONDUCT.md
|
||||
COLLABORATOR_GUIDE.md
|
||||
CONTRIBUTING.md
|
||||
COOKBOOK.md
|
||||
ECOSYSTEM.md
|
||||
Gruntfile.js
|
||||
karma.conf.js
|
||||
webpack.*.js
|
||||
sauce_connect.log
|
||||
backup/
|
||||
**/*
|
||||
!/dist/**
|
||||
!/lib/**
|
||||
!index.js
|
||||
!index.d.ts
|
||||
!index.d.cts
|
||||
!CHANGELOG.md
|
||||
!LICENSE
|
||||
!MIGRATION_GUIDE.md
|
||||
!README.md
|
||||
!SECURITY.md
|
||||
|
||||
Reference in New Issue
Block a user