From 9920197fc1b5ec9c7c1b52520e83a7643425ce83 Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Fri, 3 Mar 2023 16:01:46 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20publish=20info=20(#1195?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/cli/README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 0708d932f..0f2383c83 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -78,30 +78,3 @@ $ yarn workspace @percy/core test ### How to update Chromium revision? check in Core Package's readme [here](./packages/core#readme). - -## Publish - -Most of the repos have similar setup as CLI, steps as follows - -1. bump version - -``` -yarn bump-version -``` - -2. commit with following commit message => `:bookmark: vTAG` - -3. Draft a new release and publish it - -This will run release.yml workflow on github actions, which publishes the NPM packages - -### Publish with specific tag - -Currently release workflow only support publishing with latest tag. -To publish with alpha/any other TAG. - -1. follow till step 2 above and then run - -``` -yarn lerna publish from-package --dist-tag TAG -```