js-sdk icon indicating copy to clipboard operation
js-sdk copied to clipboard

fixes #709 and Add git hooks to enforce conventional commit message format and changelog generation

Open Abuchtela opened this issue 1 year ago • 0 comments

Fixes #709

Add dependencies and scripts to enforce conventional commit message format and automate changelog generation.

  • Add commitlint, husky, and standard-version dependencies to package.json.
  • Add commitlint configuration to enforce conventional commit message format.
  • Add a script to generate changelog automatically using standard-version.

For more details, open the Copilot Workspace session.

Abuchtela avatar Jan 03 '25 06:01 Abuchtela