Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.03 KB

File metadata and controls

10 lines (9 loc) · 1.03 KB

🎯 Examples for commit message

Commit Message Type Scope Breaking? Release Type
feat: add search feature feat No minor
fix: handle null value fix No patch
chore(ci): update workflow chore ci No no release
refactor(core): simplify logic refactor core No patch
fix(deps): bump axios fix deps No patch
feat: add login
BREAKING CHANGE: changes auth flow
feat ✅ Yes major