Skip to content

Instantly share code, notes, and snippets.

@thiphariel
Created December 17, 2023 16:25
Show Gist options
  • Save thiphariel/bd06229ef94735044e9a4ad36b2153e5 to your computer and use it in GitHub Desktop.
Save thiphariel/bd06229ef94735044e9a4ad36b2153e5 to your computer and use it in GitHub Desktop.
Commitizen
# Install deps
npm install -g commitizen cz-conventional-changelog

# Init project
commitizen init cz-conventional-changelog --save-dev --save-exact

# Commit
g cz -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment