conventional-changelog-emojis
Use emojis in your commit message for fun and profit!
Emojis Message Convention
The convention is based on Angular's Commit Message Guidelines.
<emoji> <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
You can find the supported emojis and their meaning here.
Examples
Appears under "Features" header, pencil subheader:
✨ add 'graphiteWidth' option
Appears under "Bug Fixes" header, graphite subheader, with a link to issue #28:
🐛 stop graphite breaking when width < 0.1
Closes #28
Based on the conventional-changelog-angular
preset.