https://github.com/walrusjs/commit-workflow
commit workflow
https://github.com/walrusjs/commit-workflow
commit commitlint emoji git
Last synced: 4 months ago
JSON representation
commit workflow
- Host: GitHub
- URL: https://github.com/walrusjs/commit-workflow
- Owner: walrusjs
- License: mit
- Created: 2021-04-02T09:47:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T03:30:35.000Z (about 4 years ago)
- Last Synced: 2025-02-07T04:39:54.084Z (11 months ago)
- Topics: commit, commitlint, emoji, git
- Language: TypeScript
- Homepage: https://commit-workflow.vercel.app
- Size: 5.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gitmoji Commit Workflow
在规范结构化的 Commit 中,添加表情符号,直观又好看。
## ✨ 特性
- 📏 Git Commit 规范结构化
- 👀 Git Commit 语义可视化
- 🔬 严格的格式校验,使用 commitlint 约束 commit 形式
## 表情符号
| 表情符号 | 表情符号 Code | 描述 |
| -------- | ------------------------ | -------------- |
| 🔥 | `:fire:` | 引入新特性 |
| 💄 | `:lipstick:` | 修复 UI BUG |
| 🐛 | `:beetle:` | 修复 BUG |
| 📝 | `:memo:` | 添加或更新文档 |
| 🚧 | `:construction:` | 进行中的工作 |
| 🤖 | `:robot:` | 类型相关操作 |
| 🌐 | `:globe_with_meridians:` | 多语言相关 |
| 🚨 | `:rotating_light:` | 添加警告 |
| 📦 | `:package:` | 打包相关 |
## 参考
- [Commit message 和 Change log 编写指南](http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html)
- [gitmoji](https://gitmoji.dev/)