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

main should point to 0.9.0.dev0 #392

Closed
wants to merge 1 commit into from

Conversation

mariostieriansys
Copy link
Collaborator

No description provided.

@randallfrank
Copy link
Collaborator

@mariostieriansys this PR is part of 394. One issue is that 0.9.0dev0 does not actually follow the semantic versioning rules. The parser can handle it, but only via the "coerce()" method. To be specification valid, there should be a hyphen, like: '0.1.1-alpha' so '0.9.0-dev0' meets the specification (and works with Omniverse).

@mariostieriansys
Copy link
Collaborator Author

@mariostieriansys this PR is part of 394. One issue is that 0.9.0dev0 does not actually follow the semantic versioning rules. The parser can handle it, but only via the "coerce()" method. To be specification valid, there should be a hyphen, like: '0.1.1-alpha' so '0.9.0-dev0' meets the specification (and works with Omniverse).

I am ok on just changing our nomenclature for the dev packages. However we will have to change it also on ADO

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

Successfully merging this pull request may close these issues.

2 participants