Skip to content

Commit

Permalink
build: Set distTag to ui-v0.15 for this release branch
Browse files Browse the repository at this point in the history
- Note there's still some weirdness around how we should handle dist-tags, will address with deephaven#557 fixes. This just makes sure I don't publish a version "latest" from this branch
- Update the changelogPreset to use conventionalcommits (was done in web-client-ui with deephaven/web-client-ui#2054)
  • Loading branch information
mofojed committed Jun 21, 2024
1 parent dbebdd2 commit 90bad7b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@
"useWorkspaces": true,
"useNx": true,
"version": "independent",
"packages": ["plugins/*/src/js/"]
"packages": ["plugins/*/src/js/"],
"command": {
"publish": {
"distTag": "ui-v0.15"
},
"version": {
"changelogPreset": "conventionalcommits"
}
}
}
22 changes: 22 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@types/node": "^20.11.17",
"@types/prop-types": "^15.7.10",
"@types/shortid": "^0.0.29",
"conventional-changelog-conventionalcommits": "^7.0.0",
"eslint": "^8.37.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
Expand Down

0 comments on commit 90bad7b

Please sign in to comment.