以下示例是关于Whatever中包含角度提交消息用法的示例代码,想了解角度提交消息的具体用法?角度提交消息怎么用?角度提交消息使用的例子?那么可以参考以下相关源代码片段来学习它的具体使用方法。
<type> refers to the kind of change made and is usually one of:
feat: A new feature.
fix: A bug fix.
docs: Documentation changes.
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).
refactor: A code change that neither fixes a bug nor adds a feature.
perf: A code change that improves performance.
test: Changes to the test framework.
build: Changes to the build process or tools.
本文地址:https://www.itbaoku.cn/snippets/795589.html