feat: new feature
fix(scope): bug in scope
feat!: breaking change
/feat(scope)!: change API contract
chore(deps): update dependencies
feat
: A new product featurefix
: A bug fixtest
: Adding tests or correcting existing testsrefactor
: Changes that neither fix a bug nor add a featurechore
: Changes that don't change source code or tests, e.g. changes to the build process, auxiliary tools, librariesbuild
: Changes that affect the build system or external dependencies (example scopes: npm, poetry, gradle)ci
: Changes to CI configuration files and scripts (example scopes: Github Actions, Travis, Jenkins)docs
: Documentation only changesperf
: A code change that improves performancerevert
: Revert changesstyle
: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
More details at conventionalcommits.org