Update release-tool and define implicit deps for runtime (#12527)

This commit is contained in:
Nicolò Ribaudo 2020-12-19 01:13:01 +01:00 committed by GitHub
parent d28c1e52d0
commit 56c7024d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -17,6 +17,11 @@ releaseTool:
- codemods/**
- "@(!(native-modules|built-ins|plugins|package)).json"
implicitDependencies:
"@babel/runtime": ["@babel/helpers"]
"@babel/runtime-corejs2": ["@babel/helpers"]
"@babel/runtime-corejs3": ["@babel/helpers"]
unsafeHttpWhitelist:
- localhost

View File

@ -2,8 +2,6 @@ FLOW_COMMIT = a1f9a4c709dcebb27a5084acf47755fbae699c25
TEST262_COMMIT = 36d2d2d348d83e9d6554af59a672fbcd9413914b
TYPESCRIPT_COMMIT = da8633212023517630de5f3620a23736b63234b1
FORCE_PUBLISH = -f @babel/runtime -f @babel/runtime-corejs2 -f @babel/runtime-corejs3 -f @babel/standalone
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true
@ -206,7 +204,7 @@ prepublish:
new-version:
git pull --rebase
$(YARN) release-tool version $(FORCE_PUBLISH)
$(YARN) release-tool version -f @babel/standalone
# NOTE: Run make new-version first
publish: