You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we expected is that yarn add picgo@alpha will install 1.5.0-alpha.0 and yarn add picgo will install 1.4.26. But now yarn add picgo will install 1.5.0-alpha.0. Not sure if this is a bug of @picgo/bump-version
From the npm registry: https://www.npmjs.com/package/picgo the
1.5.0-alpha.0
version is released under the defaultlatest
tag, however, it should be released underalpha tag
.We can see the versions page of vue for example: npmjs.com/package/vue, and here is the release script: https://github.com/vuejs/vue-next/blob/5eb72630a53a8dd82c2b8a9705c21a8075161a3d/scripts/release.js#L207-L223
What we expected is that
yarn add picgo@alpha
will install1.5.0-alpha.0
andyarn add picgo
will install1.4.26
. But nowyarn add picgo
will install1.5.0-alpha.0
. Not sure if this is a bug of @picgo/bump-versionOh, I see, this should be a bug of the CI file:
PicGo-Core/.github/workflows/main.yml
Line 20 in f2f5ba6
The text was updated successfully, but these errors were encountered: