ardatan / graphql-import

Import & export definitions in GraphQL SDL
868 stars 56 forks source link

Semver version number format #525

Closed dacioromero closed 4 years ago

dacioromero commented 4 years ago

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.

ardatan commented 4 years ago

Available in 1.0.0!