Use a yarn plugin to manage releases (#12138)

This commit is contained in:
Nicolò Ribaudo
2020-10-14 21:43:53 +02:00
committed by GitHub
parent 91a7a64b4b
commit 02975b9ae1
13 changed files with 130 additions and 3533 deletions

View File

@@ -10,7 +10,7 @@ export GIT_E2E_SETUP="true"
function initializeE2Egit {
git checkout -b $tmp_branch_name
# This is needed by lerna, which commits when publishing
# This is needed by "yarn release-tool", which commits when publishing
git config user.name "Babel E2E Test"
git config user.email "babel-e2e@example.com"
}