Use a yarn plugin to manage releases (#12138)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user