https://github.com/stormwarning/zazen-commit-types
⛩ Commit with emoji, free of weariness and confusion
https://github.com/stormwarning/zazen-commit-types
Last synced: 5 months ago
JSON representation
⛩ Commit with emoji, free of weariness and confusion
- Host: GitHub
- URL: https://github.com/stormwarning/zazen-commit-types
- Owner: stormwarning
- License: isc
- Created: 2018-02-16T22:45:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T15:50:22.000Z (over 7 years ago)
- Last Synced: 2025-10-03T07:24:41.965Z (8 months ago)
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# zazen-commit-types
## Commit emoji key
| Major | | |
| :---: | -------- | --------------- |
| 💣 | `:bomb:` | Breaking change |
| Minor | | |
| :---: | -------- | ------------------------------ |
| 🎁 | `:gift:` | New feature |
| 🔥 | `:fire:` | Heavy refactor or code removal |
| Patch | | |
| :---: | ------------- | --------------------- |
| 📝 | `:memo:` | Documentation |
| 🎨 | `:art:` | Visual change |
| 🐛 | `:bug:` | Bugfix |
| 🔨 | `:hammer:` | Updated functionality |
| 👕 | `:shirt:` | Code-style |
| 🚑 | `:ambulance:` | Hot-fix |
| 📦 | `:package:` | Dependency change |
| Other | | |
| :---: | -------------------- | ---------------------- |
| 🔖 | `:bookmark:` | New release |
| 🍱 | `:bento:` | Static assets |
| 📱 | `:iphone:` | Mobile-related change |
| ⚙️ | `:gear:` | Build configuration |
| ✅ | `:white_check_mark:` | Writing/updating tests |
| 🚚 | `:truck:` | Moving files |
| ⏪ | `:rewind:` | Reverting a commit |