@percy/cli 1.20.1 → 1.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -27
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -78,30 +78,3 @@ $ yarn workspace @percy/core test
78
78
  ### How to update Chromium revision?
79
79
 
80
80
  check in Core Package's readme [here](./packages/core#readme).
81
-
82
- ## Publish
83
-
84
- Most of the repos have similar setup as CLI, steps as follows
85
-
86
- 1. bump version
87
-
88
- ```
89
- yarn bump-version
90
- ```
91
-
92
- 2. commit with following commit message => `:bookmark: vTAG`
93
-
94
- 3. Draft a new release and publish it
95
-
96
- This will run release.yml workflow on github actions, which publishes the NPM packages
97
-
98
- ### Publish with specific tag
99
-
100
- Currently release workflow only support publishing with latest tag.
101
- To publish with alpha/any other TAG.
102
-
103
- 1. follow till step 2 above and then run
104
-
105
- ```
106
- yarn lerna publish from-package --dist-tag TAG
107
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli",
3
- "version": "1.20.1",
3
+ "version": "1.20.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,15 +30,15 @@
30
30
  "test:coverage": "yarn test --coverage"
31
31
  },
32
32
  "dependencies": {
33
- "@percy/cli-app": "1.20.1",
34
- "@percy/cli-build": "1.20.1",
35
- "@percy/cli-command": "1.20.1",
36
- "@percy/cli-config": "1.20.1",
37
- "@percy/cli-exec": "1.20.1",
38
- "@percy/cli-snapshot": "1.20.1",
39
- "@percy/cli-upload": "1.20.1",
40
- "@percy/client": "1.20.1",
41
- "@percy/logger": "1.20.1"
33
+ "@percy/cli-app": "1.20.3",
34
+ "@percy/cli-build": "1.20.3",
35
+ "@percy/cli-command": "1.20.3",
36
+ "@percy/cli-config": "1.20.3",
37
+ "@percy/cli-exec": "1.20.3",
38
+ "@percy/cli-snapshot": "1.20.3",
39
+ "@percy/cli-upload": "1.20.3",
40
+ "@percy/client": "1.20.3",
41
+ "@percy/logger": "1.20.3"
42
42
  },
43
- "gitHead": "a6da9a07a41b02ca2253c7a5b4db619c0d908dc4"
43
+ "gitHead": "520bd156af47080881b651e4819014cbacf76781"
44
44
  }