Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以指定versionin bower.json,但这非常令人生畏,而且我经常忘记在我的包中更新它并且需要进行第二次提交。
version
bower.json
Bower 是否可以读取 git 标签并纯粹从中读取版本?(就像 Composer 对 PHP 所做的那样)。我找不到任何信息是否需要该version属性bower.json。
该version属性不是必需的,如果它们是有效的semver ,Bower 会很乐意读取您的 git 标签。