我正在尝试适应本文中描述的常规提交消息。
这是文章的一个片段:
允许<type>
值:
feat (new feature)
fix (bug fix)
docs (changes to documentation)
style (formatting, missing semi colons, etc; no code change)
refactor (refactoring production code)
test (adding missing tests, refactoring tests; no production code change)
chore (updating grunt tasks etc; no production code change)
但有时有一些变化很难归类为这种类型。我将列出一些更改,其中 w/ci 对使用哪种类型感到困惑
在这种情况下我应该使用什么类型
- 我在现有组件上添加了一个 CSS 样式(反应、角度、vue 等)
- 我在我的项目中编辑了配置文件,例如
package.json
,.prettierc
等。 - 重命名文件
- 删除文件