Skip to content

Instantly share code, notes, and snippets.

@tim-evans
Last active October 18, 2018 20:26
Show Gist options
  • Save tim-evans/82900b0fc8909bfdbc414c034a6afbf9 to your computer and use it in GitHub Desktop.
Save tim-evans/82900b0fc8909bfdbc414c034a6afbf9 to your computer and use it in GitHub Desktop.
Emoji Conventional Commits Description Included in changelog
πŸ“¦ chore(package) Package updates / release (bower, npm, etc)
πŸ’… chore(style) Style changes (code style, css style, etc)
πŸ’„ chore(style) Style changes (code style, css style, etc)
πŸ› fix Bug fix βœ…
🐝 fix Bug fix (more severe) βœ…
πŸš₯ chore(test) Tests
🚦 chore(test) Tests
πŸ”’ fix(security) This is a security patch βœ…
πŸ““ chore(docs) Documentation (README / code docs)
πŸ“š chore(docs) Documentation (README / code docs)
πŸš€ fix(performance) Performance patch βœ…
⚑ fix(performance) Performance patch βœ…
✨ feat Feature βœ…
πŸŽ‰ feat Feature βœ…
🎊 feat Feature βœ…
πŸ‘¨β€βš•οΈ chore(refactor) Refactor
πŸ‘©β€βš•οΈ chore(refactor) Refactor
🚨 BREAKING CHANGE Breaking change βœ…
πŸ—» chore(ci) Code Climate changes
πŸ‘·β€β™€οΈ chore(ci) CI updates
πŸ‘·β€β™‚οΈ chore(ci) CI updates
πŸ‘©β€πŸŽ“ chore(legal) Update legal documentation
πŸ‘¨β€πŸŽ“ chore(legal) Update legal documentation
Examples (taken from atjson)
πŸ› πŸ““ copyedit lerna -> Lerna
πŸš₯ πŸ‘·β€β™€οΈ hoist modules, and run linting on Travis
✨ add support for blockquote
πŸŽ‰ πŸ“‹ add support for links from Google Docs paste buffers

Emoji can be combined to provide more context. Since these are short-codes, we can add multiple. Effectively, they act as hashtags to our commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment