Commits must follow the Conventional Commit Guideline as it is used for creating the semantic versioned releases by using GitVersion.
fix, feat, chore, ci, docs, refactor, perf, test
- if a commit contains either
BREAKING CHANGE
as part of the commit message. - if the type is
feat
,fix
orperf
and post-fixed with an!
(e.g:feat!:
)
- if the type is
feat
- if the type is
fix
,chore
,refactor
,perf
,docs
- if the type is
build
,ci
,style
,test