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

Fix: package version of -beta being lower than -debug, follow UPM lifecycle rules. #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hybridherbst
Copy link
Contributor

Currently, the released versions are -beta.1 to .7 and -debug.
According to SemVer rules that means -debug is the newest one, which isn't on purpose here;
this PR fixes the version and follows Unity UPM lifecycle rules (for example 2.0.0-exp, 2.0.0-pre, 2.0.0-pre.2, 2.0.0-rc, 2.0.0, 2.0.1-pre, 2.0.1).

@PatHightree
Copy link
Owner

-debug was an ad-hoc test for a specific user.
I like the numbered beta's and I don't want to change that because of a one-off release.
In that respect, I don't mind diverging a bit from correct semantic versioning.

@hybridherbst
Copy link
Contributor Author

In Unity land the right tag for beta would be "pre" and you can number that the same way.
Just saying, everyone installing from OpenUPM gets that debug version right now by default.

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