diff --git a/.circleci/config.yml b/.circleci/config.yml index f4cffe94091..beb284be505 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -167,10 +167,8 @@ jobs: name: Authenticate with registry command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc - - run: - npx lerna version --allow-branch monorepo --conventional-commits - --conventional-prerelease=* --create-release github - - run: npx lerna publish from-package --canary --dist-tag canary + - run: npx lerna version + - run: npx lerna publish from-package # Persist :+1: - persist_to_workspace: diff --git a/lerna.json b/lerna.json index 43af90d93c3..ca9620eee99 100644 --- a/lerna.json +++ b/lerna.json @@ -9,6 +9,7 @@ "message": "chore(release): publish" }, "version": { + "allowBranch": "master", "conventionalCommits": true, "createRelease": "github", "yes": true, diff --git a/maintainer-notes.md b/maintainer-notes.md index a9461fdb797..cf7c7e8a81f 100644 --- a/maintainer-notes.md +++ b/maintainer-notes.md @@ -27,13 +27,14 @@ yarn add --dev -W package-name ## ORBS -- Cypress: https://circleci.com/orbs/registry/orb/cypress-io/cypress - Slack: https://circleci.com/orbs/registry/orb/circleci/slack - GCP: https://circleci.com/orbs/registry/orb/circleci/gcp-cli - Browser Tools: https://circleci.com/orbs/registry/orb/circleci/browser-tools - Multi-Repo: https://circleci.com/orbs/registry/orb/dnephin/multirepo - PR Comment: https://circleci.com/orbs/registry/orb/benjlevesque/pr-comment +Debug Note: `http://localhost:3000/webpack-dev-server` + NOTES: # bumps pre-release version of all packages if any changes