Commit规范学习记录

SYuan03 Lv4

参考

https://www.conventionalcommits.org/zh-hans/v1.0.0/#约定式提交规范

https://cheatsheets.zip/conventional-commits

自己的例子

docs

用于修改文档,例如修改 README 文件、API 文档等

Changes in documentation only

1
docs: update setup section of README

style

用于修改代码的样式,例如调整缩进、空格、空行等

Code changes that do not impact the functionality

1
style(login): correct indentation in login component
  • 标题: Commit规范学习记录
  • 作者: SYuan03
  • 创建于 : 2024-03-13 11:14:09
  • 更新于 : 2024-03-13 11:34:23
  • 链接: https://bblog.031105.xyz/posts/工具学习/commit规范学习记录.html
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
评论
此页目录
Commit规范学习记录