Skip to content

This is a basic pre-commit hook to ensure your commit messages conform to Conventional Commits (https://www.conventionalcommits.org/)

Notifications You must be signed in to change notification settings

matthorgan/pre-commit-conventional-commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

pre-commit-conventional-commits

This is a very basic pre-commit hook to ensure your commit messages conform to Conventional Commits

To enable this for your repo, install pre-commit and run pre-commit install --hook-type commit-msg. You'll want to ensure that your .pre-commit-config.yaml is set to the stage commit-msg as shown in the below example:

repos:
- repo: git://github.com/matthorgan/pre-commit-conventional-commits
  rev: master
  hooks:
    -
      id: conventional-commit-check
      stages:
        - commit-msg

About

This is a basic pre-commit hook to ensure your commit messages conform to Conventional Commits (https://www.conventionalcommits.org/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages