Skip to content

Commit 92b4c9e

Browse files
committed
Update lerna to version independent for the components
With this each component will be updated accordingly respecting major, minor and patch. The traceviewer-libs that were added as git subtree have different versions than the vscode-trace-extension components. Using independent version they will increase according to their current version. Signed-off-by: Bernd Hufmann <[email protected]>
1 parent f7f9029 commit 92b4c9e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,8 @@ Modify the _version tag_ in file `./RELEASE`, to match the new release. Amend th
446446
git add RELEASE && git commit --amend
447447
```
448448

449+
If commit message shows `%s` as version string, then replace it by the version of the vscode-trace-extension release.
450+
449451
Finally, push the branch to the main repository (not a fork!) and use it to create a PR. When the PR is merged, a GitHub release should be created with auto-generated release notes, as well as a git tag. Then the `publish-*` CI jobs should trigger, and if everything goes well, publish the new version of the extension to both registries.
450452

451453
## Initial contribution

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.0",
2+
"version": "independent",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

0 commit comments

Comments
 (0)