My personal gitmoji
Emoji | Description |
---|---|
β¨ | feat: a new feature |
π | fix: a bug fix |
π | docs: documentation only changes |
π¨ | style: changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
β»οΈ | refactor: a code change that neither fixes a bug nor adds a feature |
β‘ | perf: a code change that improves performance |
π¨ | test: adding missing or correcting existing tests |
π§ | chore: changes to the build process or auxiliary tools and libraries such as documentation generation |
π | chore(release): code deployment or publishing to external repositories |
π¦ | build: changes related to build processes |
π· | ci: updates to the continuous integration system |
π | code deployment or publishing to external repositories |
π | Fixing security issues. |
π | Internationalization and localization. |
π₯ | Introducing breaking changes. |
βοΈ | Changing configuration files. |
β¬οΈ | Upgrade dependencies |