Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 621 Bytes

conventional-commit-verbs.md

File metadata and controls

15 lines (14 loc) · 621 Bytes

Sample Conventional Commit Verbs

Verbs Short Desc
document Refactor of documentation, e.g. help files
make Change the build process, or tooling, or infra
add Create a capability e.g. feature, test, dependency
feat addition of some new features
cut Remove a capability e.g. feature, test, dependency
chore Some house keeping activity
fix Fix an issue e.g. bug, typo
bump Increase the version of something e.g. dependency
refactor A code change that MUST be just a refactoring
reformat Refactor of formatting, e.g. omit whitespace
optimize Refactor of performance, e.g. speed up code