Created
March 1, 2025 06:21
-
-
Save navanathjadhav/c7c925201ee989fbb24057552426d65c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Type","When to Use It","Description" | |
| "feat","A new feature","Triggers a minor version bump in semantic versioning" | |
| "fix","A bug fix","Triggers a patch version bump" | |
| "docs","Documentation-only","Changes like README updates" | |
| "style","Formatting","Changes to formatting, missing semicolons, etc. (no logic change)" | |
| "refactor","Code cleanup","Changes that neither fix bugs nor add features (e.g., simplifying code)" | |
| "test","Testing updates","Adding or updating tests" | |
| "chore","Maintenance","Tasks like updating dependencies or configuring CI/CD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment