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

fix: commitizen wasn't called properly #858

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

politician
Copy link
Contributor

@politician politician commented Oct 26, 2024

Commitizen wasn't called properly in the given example, and it was causing issues trying to commit twice (I can't believe no one came across this issue) with errors such as:

fatal: cannot lock ref 'HEAD': is at ee79e382ba5d071408d1093ab56895a9076c7a55 but expected 073a7db08b49ac494c9023c0f4db29d406a12741

It turns out, it needed the --hook parameter as specified in commitizen docs.

☑️ Checklist

  • Check locally
  • Add tests
  • Add documentation

@mrexox
Copy link
Member

mrexox commented Oct 28, 2024

👍

@mrexox mrexox merged commit 5ec87c7 into evilmartians:master Oct 28, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants