alpha pre-releases the semver spec more closely. For example 1.0.0-130487b.0 would be better versioned as 1.0.0-alpha.247 (its the 248th alpha release) so that ^1.0.0-alpha.247 would match later versions. If git hashes are desired it should be put after a + so that it is parsed as build metadata.
Currently 1.0.0-beta.2 is tagged as both beta and lastest. If 1.0.0 is meant to be in beta 0.7.1 should be tagged as latest instead until 1.0.0 is ready.
I appreciate the continued support of this very useful package.
alpha
pre-releases the semver spec more closely. For example1.0.0-130487b.0
would be better versioned as1.0.0-alpha.247
(its the 248th alpha release) so that^1.0.0-alpha.247
would match later versions. If git hashes are desired it should be put after a+
so that it is parsed as build metadata.Currently
1.0.0-beta.2
is tagged as bothbeta
andlastest
. If1.0.0
is meant to be in beta0.7.1
should be tagged aslatest
instead until1.0.0
is ready.I appreciate the continued support of this very useful package.