Skip to content

Commit

Permalink
💚 ci: 补充 release 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 22, 2021
1 parent bc90f5b commit b15f328
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 61 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"start": "vercel dev",
"test": "jest",
"test:coverage": "jest --coverage",
"release": "semantic-release",
"------- ": "",
"lint": "yarn lint:js && yarn lint:prettier",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
Expand Down
81 changes: 20 additions & 61 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2764,6 +2764,13 @@
"@types/glob" "*"
"@types/node" "*"

"@types/semantic-release@^17.2.0":
version "17.2.0"
resolved "https://registry.npm.taobao.org/@types/semantic-release/download/@types/semantic-release-17.2.0.tgz#2ed941f0ccd1ba714ec46ddefe4f224164946872"
integrity sha1-LtlB8MzRunFOxG3e/k8iQWSUaHI=
dependencies:
"@types/node" "*"

"@types/semver@7.3.4":
version "7.3.4"
resolved "https://registry.npm.taobao.org/@types/semver/download/@types/semver-7.3.4.tgz?cache=0&sync_timestamp=1613384627127&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fsemver%2Fdownload%2F%40types%2Fsemver-7.3.4.tgz#43d7168fec6fa0988bb1a513a697b29296721afb"
Expand Down Expand Up @@ -4523,10 +4530,10 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.11:
compare-func "^2.0.0"
q "^1.5.1"

conventional-changelog-gitmoji-config@1.4.2:
version "1.4.2"
resolved "https://registry.npm.taobao.org/conventional-changelog-gitmoji-config/download/conventional-changelog-gitmoji-config-1.4.2.tgz#4c08bda06b77eaa4c8c286c88fffb04db96404e0"
integrity sha1-TAi9oGt36qTIwobIj/+wTblkBOA=
conventional-changelog-gitmoji-config@1.4.3:
version "1.4.3"
resolved "https://registry.npm.taobao.org/conventional-changelog-gitmoji-config/download/conventional-changelog-gitmoji-config-1.4.3.tgz#a4516ea4400e512ddd1e573b8234f69a9ed21a6d"
integrity sha1-pFFupEAOUS3dHlc7gjT2mp7SGm0=
dependencies:
"@gitmoji/commit-types" "1.1.5"
"@gitmoji/parser-opts" "1.3.0"
Expand Down Expand Up @@ -4674,13 +4681,6 @@ cross-env@^7.0.0:
dependencies:
cross-spawn "^7.0.1"

cross-fetch@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
integrity sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==
dependencies:
node-fetch "2.6.1"

cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.npm.taobao.org/cross-spawn/download/cross-spawn-7.0.3.tgz?cache=0&sync_timestamp=1606748073153&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcross-spawn%2Fdownload%2Fcross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
Expand Down Expand Up @@ -7319,7 +7319,7 @@ is-retry-allowed@^1.0.0:
resolved "https://registry.npm.taobao.org/is-retry-allowed/download/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
integrity sha1-13hIi9CkZmo76KFIK58rqv7eqLQ=

is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
is-stream@^1.0.0, is-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.npm.taobao.org/is-stream/download/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
Expand Down Expand Up @@ -7412,14 +7412,6 @@ isobject@^3.0.0, isobject@^3.0.1:
resolved "https://registry.npm.taobao.org/isobject/download/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=

isomorphic-fetch@^2.2.1:
version "2.2.1"
resolved "https://registry.npm.taobao.org/isomorphic-fetch/download/isomorphic-fetch-2.2.1.tgz?cache=0&sync_timestamp=1600844260369&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fisomorphic-fetch%2Fdownload%2Fisomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
integrity sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=
dependencies:
node-fetch "^1.0.1"
whatwg-fetch ">=0.10.0"

isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.npm.taobao.org/isstream/download/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
Expand Down Expand Up @@ -9250,19 +9242,11 @@ node-fetch-npm@^2.0.2:
json-parse-better-errors "^1.0.0"
safe-buffer "^5.1.1"

node-fetch@2.6.1, node-fetch@^2.6.1:
node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

node-fetch@^1.0.1:
version "1.7.3"
resolved "https://registry.npm.taobao.org/node-fetch/download/node-fetch-1.7.3.tgz?cache=0&sync_timestamp=1599309206591&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-fetch%2Fdownload%2Fnode-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
integrity sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8=
dependencies:
encoding "^0.1.11"
is-stream "^1.0.1"

node-gyp@^5.0.2, node-gyp@^5.1.0:
version "5.1.1"
resolved "https://registry.npm.taobao.org/node-gyp/download/node-gyp-5.1.1.tgz?cache=0&sync_timestamp=1602898478735&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-gyp%2Fdownload%2Fnode-gyp-5.1.1.tgz#eb915f7b631c937d282e33aed44cb7a025f62a3e"
Expand Down Expand Up @@ -10563,11 +10547,6 @@ qrcode-terminal@^0.12.0:
resolved "https://registry.npm.taobao.org/qrcode-terminal/download/qrcode-terminal-0.12.0.tgz#bb5b699ef7f9f0505092a3748be4464fe71b5819"
integrity sha1-u1tpnvf58FBQkqN0i+RGT+cbWBk=

qs@^6.9.1:
version "6.9.6"
resolved "https://registry.npm.taobao.org/qs/download/qs-6.9.6.tgz?cache=0&sync_timestamp=1610598227383&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
integrity sha1-Ju08gkOkMbKSSsqEzJBHHzXVoO4=

qs@~6.5.2:
version "6.5.2"
resolved "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz?cache=0&sync_timestamp=1610598227383&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
Expand Down Expand Up @@ -11302,15 +11281,16 @@ saxes@^3.1.9:
dependencies:
xmlchars "^2.1.1"

semantic-release-config-gitmoji@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/semantic-release-config-gitmoji/-/semantic-release-config-gitmoji-1.2.1.tgz#49e42354178cf3ad7fb6594819ac1903b0d6bf85"
integrity sha512-pTJl7GX40IBEPdP1Yvun+HzSWc9RP+S8TXHkhBrsmAKAHRzKjplYA5eg+C+OJMZpKovaSi11bqDveOUbkSe4tQ==
semantic-release-config-gitmoji@^1.2.4:
version "1.2.4"
resolved "https://registry.npm.taobao.org/semantic-release-config-gitmoji/download/semantic-release-config-gitmoji-1.2.4.tgz#6962f6b42fe62b437e2795e62a3ec0ebe3ad4eff"
integrity sha1-aWL2tC/mK0N+J5XmKj7A6+OtTv8=
dependencies:
"@gitmoji/commit-types" "1.1.5"
"@semantic-release/changelog" "^5.0.1"
"@semantic-release/git" "^9.0.0"
conventional-changelog-gitmoji-config "1.4.2"
"@types/semantic-release" "^17.2.0"
conventional-changelog-gitmoji-config "1.4.3"

semantic-release@^17.4.1:
version "17.4.1"
Expand Down Expand Up @@ -11638,11 +11618,6 @@ source-map@^0.7.3:
resolved "https://registry.npm.taobao.org/source-map/download/source-map-0.7.3.tgz?cache=0&sync_timestamp=1606747929782&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map%2Fdownload%2Fsource-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
integrity sha1-UwL4FpAxc1ImVECS5kmB91F1A4M=

spark-md5@^3.0.1:
version "3.0.1"
resolved "https://registry.npm.taobao.org/spark-md5/download/spark-md5-3.0.1.tgz#83a0e255734f2ab4e5c466e5a2cfc9ba2aa2124d"
integrity sha1-g6DiVXNPKrTlxGblos/JuiqiEk0=

spawn-error-forwarder@~1.0.0:
version "1.0.0"
resolved "https://registry.npm.taobao.org/spawn-error-forwarder/download/spawn-error-forwarder-1.0.0.tgz#1afd94738e999b0346d7b9fc373be55e07577029"
Expand Down Expand Up @@ -12619,14 +12594,6 @@ umask@^1.1.0, umask@~1.1.0:
resolved "https://registry.npm.taobao.org/umask/download/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=

umi-request@^1.3.5:
version "1.3.5"
resolved "https://registry.npm.taobao.org/umi-request/download/umi-request-1.3.5.tgz#2af7e9fbaaeed0086c07d8c4876b3af65c084aea"
integrity sha1-Kvfp+6ru0AhsB9jEh2s69lwISuo=
dependencies:
isomorphic-fetch "^2.2.1"
qs "^6.9.1"

unherit@^1.0.4:
version "1.1.3"
resolved "https://registry.npm.taobao.org/unherit/download/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"
Expand Down Expand Up @@ -13085,7 +13052,7 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.5:
dependencies:
iconv-lite "0.4.24"

whatwg-fetch@>=0.10.0, whatwg-fetch@^3.5.0:
whatwg-fetch@^3.5.0:
version "3.6.1"
resolved "https://registry.npm.taobao.org/whatwg-fetch/download/whatwg-fetch-3.6.1.tgz#93bc4005af6c2cc30ba3e42ec3125947c8f54ed3"
integrity sha1-k7xABa9sLMMLo+QuwxJZR8j1TtM=
Expand Down Expand Up @@ -13429,14 +13396,6 @@ yocto-queue@^0.1.0:
resolved "https://registry.npm.taobao.org/yocto-queue/download/yocto-queue-0.1.0.tgz?cache=0&sync_timestamp=1606290282107&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyocto-queue%2Fdownload%2Fyocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha1-ApTrPe4FAo0x7hpfosVWpqrxChs=

zotero-api-client@^0.35.0:
version "0.35.0"
resolved "https://registry.npm.taobao.org/zotero-api-client/download/zotero-api-client-0.35.0.tgz#3e1a9edcb4c7339f5d8c6afcdad7e2045b629bc9"
integrity sha1-Phqe3LTHM59djGr82tfiBFtim8k=
dependencies:
cross-fetch "^3.0.6"
spark-md5 "^3.0.1"

zwitch@^1.0.0:
version "1.0.5"
resolved "https://registry.npm.taobao.org/zwitch/download/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
Expand Down

0 comments on commit b15f328

Please sign in to comment.