You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ appVersion: "x.x.x"
18
18
- This can be done by running this command:
19
19
20
20
```bash
21
-
lerna version --force-publish
21
+
lerna version --force-publish --exact
22
22
```
23
23
24
-
This command will Update the versions of all packages and also it will update the package version if it's used as a dependency in the other packages in the monorepo.
24
+
This command will Update the versions of all packages and also it will update the package version if it's used as a dependency in the other packages in the monorepo. Make sure to add `exact` flag; this will specify updated dependencies in updated packages exactly (with no punctuation).
0 commit comments