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: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,21 @@ yarn test
25
25
26
26
New repository version setup (according to the SDK stake should be chosen custom `prerelease` or `major` release version type from the `lerna` CLI dialog):
27
27
28
+
Prerelease:
29
+
30
+
```bash
31
+
npx lerna version --conventional-commits --conventional-prerelease --preid beta --sign-git-commit --sign-git-tag --yes
32
+
```
33
+
34
+
Major release:
35
+
28
36
```bash
29
-
npx lerna version prerelease --yes --sign-git-commit --sign-git-tag
30
-
# npx lerna version major --yes --sign-git-commit --sign-git-tag
31
-
# npx lerna version minor --yes --sign-git-commit --sign-git-tag
32
-
# npx lerna version patch --yes --sign-git-commit --sign-git-tag
37
+
npx lerna version --conventional-commits --conventional-graduate --sign-git-commit --sign-git-tag --yes
0 commit comments