We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can add a .pre-commit-hooks.yaml in this project?
.pre-commit-hooks.yaml
- id: gitmoji-changelog name: gitmoji-changelog description: 'XXX' entry: gitmoji-changelog language: node 'types': [markdown] args: [] require_serial: false minimum_pre_commit_version: '0'
It will allow users when they git commit, gitmoji-changelog will be executed automatically if https://github.com/pre-commit/pre-commit is installed. TIA!
git commit
gitmoji-changelog
The text was updated successfully, but these errors were encountered:
✨ Support pre-commit
b161b11
Fix frinyvonnick#261
No branches or pull requests
Can add a
.pre-commit-hooks.yaml
in this project?It will allow users when they
git commit
,gitmoji-changelog
will be executed automatically if https://github.com/pre-commit/pre-commit is installed. TIA!The text was updated successfully, but these errors were encountered: