Skip to content

Instantly share code, notes, and snippets.

@navanathjadhav
Created March 1, 2025 06:21
Show Gist options
  • Select an option

  • Save navanathjadhav/c7c925201ee989fbb24057552426d65c to your computer and use it in GitHub Desktop.

Select an option

Save navanathjadhav/c7c925201ee989fbb24057552426d65c to your computer and use it in GitHub Desktop.
"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