纱线自动凹凸版

时间:2020-07-03 10:30:30

标签: node.js angular npm yarnpkg

我在package.json中使用4位数版本,例如“版本”:“ 1.3.0-0”。 当我在Windows上运行命令yarn version --prerelease命令时,得到以下响应。这是正确的。

func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions)
func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>)
func scene(_ scene: UIScene, continue userActivity: NSUserActivity)

但是当我在詹金斯做同样的事情时,我只会在日志中看到它。

info Current version: 1.3.0-0
info New version: 1.3.0-1

它不会影响版本。我想念什么吗?

1 个答案:

答案 0 :(得分:0)

纱线v1.12.3不支持--prerelease。将版本更新为yarn-1.21.1即可解决此问题。