From 000aaa417aba529b5d42f55ae1ff405a17c57185 Mon Sep 17 00:00:00 2001 From: Allan Zheng Date: Fri, 26 May 2023 10:43:06 -0700 Subject: [PATCH] Revert "chore: release branch under v5-custom-clients tag" This reverts commit 8eb18533b0534081988f77abad303304d1bd687c. --- .circleci/config.yml | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a8462ba5bc9..e0961646c48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1633,7 +1633,6 @@ releasable_branches: &releasable_branches - main - next - v5/custom-clients - - v5/custom-clients-bundle-polyfill # List of test browsers that are always used in every E2E test. Tests that aren't expected to interact with browser APIs # should use `minimal_browser_list` to keep test execution time low. diff --git a/package.json b/package.json index a4df6f3d4b2..b4c8f72c6c2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]' --no-verify-access", "publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes --no-verify-access", "publish:v5/custom-clients": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=v5-custom-clients --preid=v5-custom-clients${PREID_HASH_SUFFIX} --exact --no-verify-access", - "publish:v5/custom-clients-bundle-polyfill": "npm run publish:v5/custom-clients", "ts-coverage": "lerna run ts-coverage" }, "husky": {