【发布时间】:2021-07-17 09:01:55
【问题描述】:
我决定在我的新玩具项目中使用语义提交消息。
我看到了各种类型的语义提交消息。
feat: (new feature for the user, not a new feature for build script)
fix: (bug fix for the user, not a fix to a build script)
docs: (changes to the documentation)
style: (formatting, missing semi colons, etc; no production code change)
refactor: (refactoring production code, eg. renaming a variable)
test: (adding missing tests, refactoring tests; no production code change)
chore: (updating grunt tasks etc; no production code change)
面向前端工程师
设计、更新和新功能,它们都使用语义feat:?
没有像“设计:”或“更新:”这样的语义吗??
【问题讨论】:
-
你能举一个不属于其他类别的“设计”或“更新”的例子吗?