-
My company can't use the opensource for the beta/rc version. |
Beta Was this translation helpful? Give feedback.
Answered by
czyzby
Aug 5, 2025
Replies: 1 comment
-
I've been using release candidate versions for stable releases to follow the libGDX versioning while still somewhat preserving SemVer. For what it's worth, Though with the current speed of developement 😁, I guess it would be fine to just copy the libGDX versioning altogether, possibly with some other suffixes for bug fixes and the occasional PRs. I was going to do another stable release shortly anyway, I'll think about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
czyzby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using release candidate versions for stable releases to follow the libGDX versioning while still somewhat preserving SemVer. For what it's worth,
-rc
releases can be considered stable.Though with the current speed of developement 😁, I guess it would be fine to just copy the libGDX versioning altogether, possibly with some other suffixes for bug fixes and the occasional PRs. I was going to do another stable release shortly anyway, I'll think about it.