Conventional Commit
Conventional Commit
- feat
- add or remove a new feature to the API or UI
 
- fix
- fix an API or UI bug of a preceded feat commit
 
- refactor
- rewrite/restructure your code, however do not change any API or UI behaviour
 
- perf
- Commits are special refactor commits, that improve performance
 
- style
- do not affect the meaning (white-space, formatting, missing semi-colons, etc)
 
- test
- that add missing tests or correcting existing tests
 
- docs
- that affect documentation only
 
- build
- that affect build components like build tools, dependencies, project version, ci pipelines, ...
 
- ops
- that affect operational components like infrastructure, deployment, backup, recovery, ...
chore Miscellaneous commits e.g. modifying .gitignore