gpt4 book ai didi

linux - 为什么这么多项目在 git 版本标签前加上 "v"?

转载 作者:IT王子 更新时间:2023-10-29 00:12:43 26 4
gpt4 key购买 nike

许多项目(例如 Linux)将 v 添加到他们的 git 版本标签中,例如v3.19 无缘无故地使这些标签的解析变得更加困难。这样做有什么意义?

最佳答案

如“Is there a standard naming convention for git tags?”中所述:

The reason for the preceding 'v' is historical.
Older SCCS (cvs,rcs) could not distinguish between a tag identifier and a revision number.
Tag identifiers were restricted to not begin with a numeric value so that revision numbers could be detected.

Semantic Versionning 不强制执行该约定 在其 2.0 版本中。它在 1.0 版本中:

When tagging releases in a version control system, the tag for a version MUST be "vX.Y.Z" e.g. "v3.1.0".

它不再强制执行的事实表明“v”可以是多么可选。

关于linux - 为什么这么多项目在 git 版本标签前加上 "v"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28605883/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com