<TYPE>(<Scope>): <Subject>
<Body>
<Footer>
# Type:
- Update:
- BREAK: Breaking change, Major version (
x.0.0
) update - FEAT: New Feature (Monor versioon
0.x.0
update) - FIX: Fix bugs (for patch number
0.0.x
)
- BREAK: Breaking change, Major version (
- Other:
- DOCS: Change to the documentation (README, CHANGELOG, CONTRIBUTE, API docs, etc.)
- STYLE / FORMAT: Code formatting, code comment change, etc; (compiled-code neutral)
- REFACTOR: Code refactoring
- PERF: Performance improvement
- TEST: Add or editing test.
- MAINT: Updating dev-related maintenance files (“non-production code” files)
- CHORE: Change dependency, tools or building process. (Similar to MAINT)
- REVERT: Revert to pervious version
# Scope (Option):
- Project division
- Packages or Modules
# Subject:
- This is a Summary of the change. (Should be brief)
# Body:
- This is a details about the change.
# Footer:
- Issue #
- Comment
Reference: Git Commit Message Format Guide Other Git Guide (Deprecated)
Last Update: 2024-11-11 03:23:22 Source File