File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,12 @@ command and lerna will interactively ask you to input the correct bumps for
52
52
each individual package. You may need to do this when first releasing a 0.X
53
53
package as 1.0.0.
54
54
55
- ## Run ` npm install && npm run compile `
55
+ ## Run ` npm install && npm run compile && npm run update-snapshot-tests `
56
56
57
- Don't forget this step! This will build everything and regenerate the
58
- ` src/version.ts ` files in each subpackage.
57
+ Don't forget this step! This will build everything, and regenerate the ` src/version.ts ` files
58
+ in each subpackage. Updating the version files will actually change the user agent string the
59
+ exporters use, so you will need to ` update-snapshot-tests ` to update snapshot/golden tests with
60
+ the new expected user agent. The user agent should be the ** only** change to the snapshots.
59
61
60
62
## Create a new commit
61
63
You can’t perform that action at this time.
0 commit comments