-
Notifications
You must be signed in to change notification settings - Fork 10
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
prerelease inside the build?? #74
Comments
seems like a valid semver to me:
|
I know pre-release can have build, but can a build contain pre-release? |
I'm not sure I understand the question? Both release and pre-release are types of builds - they are just marked in regards to lifecycle of releases. |
I meant that according to semver specifications |
My bad |
https://github.com/nexB/univers/blob/6ad300ea515f99ffaae8b6a160724c32f027b5c0/tests/data/composer_gitlab.json#L1852-L1854
How did we end up with prerelease inside the build?
We are using Semver for Composer and
2.0.13+0alpha
isn't Semver.Am I missing something?
The text was updated successfully, but these errors were encountered: