Skip to content

Commit

Permalink
build: Update the changelogPreset to use conventionalcommits
Browse files Browse the repository at this point in the history
- Update the changelogPreset to use conventionalcommits (was done in web-client-ui with deephaven/web-client-ui#2054)
  • Loading branch information
mofojed committed Jan 13, 2025
1 parent a301d51 commit 688d9ca
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"useWorkspaces": true,
"useNx": false,
"version": "independent",
"packages": ["plugins/*/src/js/"]
"packages": ["plugins/*/src/js/"],
"command": {
"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 @@ -39,6 +39,7 @@
"@types/node": "^20.11.17",
"@types/prop-types": "^15.7.10",
"@vitejs/plugin-react-swc": "^3.7.0",
"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 688d9ca

Please sign in to comment.