Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.67 KB

README.md

File metadata and controls

25 lines (22 loc) · 2.67 KB

Emoji Prefix of Commit Message

Emoji Emoji String Meaning Subject of Commit Counterpart in Conventional Commits
🎶 :notes: improve behavior or API Major update (*1) BREAKING CHANGE:
:sparkles: implement a new function or the first commit Minor update (*1) feat:
🐛 :bug: fix a bug Patch update (*1) fix:
🐴 :horse: improve performance Non-functional feature (*2) perf:
🔒 :lock: improve security Non-functional feature (*2) feat:(?)
🔍 :mag: about test codes Maintenability test:
📝 :memo: about documentation (*3) Maintenability docs:
💚 :green_heart: refactor Maintenability refactor: or style:
⬆️ :arrow_up: update dependencies (includes code changes for it) Maintenability chore:
🔧 :wrench: configure for development or CI tools Maintenability chore:
🔖 :bookmark: about a release Release chore:
🚀 :rocket: about a deploy Deploy chore:
🚧 :construction: WIP (work in progress) Temporary none

(*1) By the semantic versioning
(*2) These may belong to minor update.
(*3) Including comments in source code. Their role is just a document, and they may be used by document generators.

Why do you use a GitHub repository, not Gist?

Because I want to record commit messages, descriptions of reason for change.