Skip to content

TiagoAmaral53/pre-commit-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Git Commit Msg

Just add this file within your git project .git/hooks

Based on the karma-runner

  • feat: for a new feature for the user, not a new feature for build script. Such commit will trigger a release bumping a MINOR version.
  • fix: for a bug fix for the user, not a fix to a build script. Such commit will trigger a release bumping a PATCH version.
  • perf: for performance improvements. Such commit will trigger a release bumping a PATCH version.
  • docs: for changes to the documentation.
  • style: for formatting changes, missing semicolons, etc.
  • refactor: for refactoring production code, e.g. renaming a variable.
  • test: for adding missing tests, refactoring tests; no production code change.
  • build: for updating build configuration, development tools or other changes irrelevant to the user.
  • conf:

About

Use and enforce the commit message conventions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages