shot of post - 💭 Conventional Commits

Here's my thought on 💭 Conventional Commits


I try to use conventional commits on all of my commits, but I often end up only using feat/fix. I need to keep this page handy and get new verbiage worked into my language

  • fix:
  • feat:
  • build:
  • chore:
  • ci:
  • docs:
  • style:
  • refactor:
  • perf:
  • test:

Optionally include a scope fix(parser):

A bang indicates a breaking change note. For example ...


chore!: drop support for Node 6

BREAKING CHANGE: use JavaScript features not available in Node 6.

Note

This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts