How does semantic versioning work for alpha/beta/pre-release version numbers? I would want 1.0 to be the "production" ready version, but still increment version numbers following the spec, maybe 0.1.0-alpha.1.0.0 then 0.1.0-alpha.1.1.0 etc?
How does semantic versioning work for alpha/beta/pre-release version numbers? I would want 1.0 to be the "production" ready version, but still increment version numbers following the spec, maybe 0.1.0-alpha.1.0.0 then 0.1.0-alpha.1.1.0 etc?
@SeanOMik
That may depend on which definition of "semantic versioning" your using.
Here is one option: https://semver.org/
@SeanOMik
Sure you could if that suits your purposes.
Do you anticipate needing to make many 'pre-release' builds in your project?