πŸ’­ Conventional Commits ━━━━━━━━━━━━━━━━━━━━━━ !https://www.conventionalcommits.org/en/v1.0.0/ Date: June 17, 2025 Conventional Commits A specification for adding human and machine readable meaning to commit messages Conventional Commits Β· conventionalcommits.org 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 #thoughts