Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Abuchtela
Copy link

@Abuchtela Abuchtela commented Jan 3, 2025

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.

…elog generation

Fixes LIT-Protocol#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](https://copilot-workspace.githubnext.com/LIT-Protocol/js-sdk/issues/709?shareId=XXXX-XXXX-XXXX-XXXX).
@Abuchtela Abuchtela requested a review from Ansonhkg as a code owner January 3, 2025 06:12
@Abuchtela Abuchtela changed the title Add git hooks to enforce conventional commit message format and changelog generation fixes #709 and Add git hooks to enforce conventional commit message format and changelog generation Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Force commit messages and smart changelog
2 participants