Skip to content

Commit

Permalink
📝 Remove publish info (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarsault authored Mar 3, 2023
1 parent eb78926 commit 9920197
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 9920197

Please sign in to comment.