js-sdk
js-sdk copied to clipboard
fixes #709 and Add git hooks to enforce conventional commit message format and changelog generation
Fixes #709
Add dependencies and scripts to enforce conventional commit message format and automate changelog generation.
- Add
commitlint,husky, andstandard-versiondependencies topackage.json. - Add
commitlintconfiguration to enforce conventional commit message format. - Add a script to generate changelog automatically using
standard-version.
For more details, open the Copilot Workspace session.