RC versioning
#3039
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today, I noticed that for both NuGet and dependabot
1.0.0-rc9 > 1.0.0-rc10
. See:Versioning
1.0.0-rc.9
and1.0.0-rc.10
would work betterIt works for NuGet: https://www.nuget.org/packages/Astralis.Domain/
Someone could test if it works for dependabot as well. However, even if it won't, then I do not think we can do anything better.
I think this pattern could be used in the future.
Beta Was this translation helpful? Give feedback.
All reactions