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
..etc. Basically, it looks very similar to a SemVer string, but sadly, because of technical constraints, a proper SemVer prerelease version is not allowed as a Rubygems version identifier.
This is very unfortunate. However, it is life. It would be useful if changelog-rs would understand that these are in fact "valid SemVer prereleases". Probably by deducting that we have an "x.y.z.something" and convert that to a valid SemVer string or something... It is a kludge and a hack, but a useful hack.
The text was updated successfully, but these errors were encountered:
Sadly, Rubygems does not support Semantic Versioning. This means that you often use version strings like this:
..etc. Basically, it looks very similar to a SemVer string, but sadly, because of technical constraints, a proper SemVer prerelease version is not allowed as a Rubygems version identifier.
This is very unfortunate. However, it is life. It would be useful if
changelog-rs
would understand that these are in fact "valid SemVer prereleases". Probably by deducting that we have an "x.y.z.something" and convert that to a valid SemVer string or something... It is a kludge and a hack, but a useful hack.The text was updated successfully, but these errors were encountered: