-1

我需要一些参考资料,其中包括有关拥有良好 git 提交消息的指南、其约定,尤其是一些示例。

4

1 回答 1

1

git commit 消息没有一个明确的标准,但如果有任何东西成为一个标准,那就是Conventional Commits

使用此约定,升级依赖项可能是chore,例如:

chore: Upgrade library XYZ to version 1.2.3

This upgrade solved CVE-2021-whatever discovered in the library.
If left unpatched, this vulnerability may allow attackers to bypass authentication in the
inventory update flow.
于 2021-12-15T10:57:51.820 回答