Skip to content

Commit

Permalink
Revert "chore: release branch under v5-custom-clients tag"
Browse files Browse the repository at this point in the history
This reverts commit 8eb1853.
  • Loading branch information
AllanZhengYP committed May 26, 2023
1 parent 982b459 commit 000aaa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 000aaa4

Please sign in to comment.