Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dot (.) in pre-release versioning #8

Closed
cmergenthaler opened this issue May 10, 2022 · 3 comments
Closed

Missing dot (.) in pre-release versioning #8

cmergenthaler opened this issue May 10, 2022 · 3 comments

Comments

@cmergenthaler
Copy link

As in https://semver.org/ stated a pre-release (alpha, beta, rc) is appended by a series of dot-separated identifiers:

<pre-release> ::= <dot-separated pre-release identifiers>
<dot-separated build identifiers> ::= <build identifier>
                                    | <build identifier> "." <dot-separated build identifiers>

Currently pre-releases are not separated with dot-separated identifiers. So instead of 2.11.7-rc1 it should be 2.11.7-rc.1

@christian-draeger
Copy link
Owner

Thx for pointing this out.
I will have a look at it

@valleywood
Copy link

Any chance the dot will be in next release (1.0.4)?

Repository owner deleted a comment from NatoNathan Jan 27, 2023
@christian-draeger
Copy link
Owner

just released within version 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants