You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to ease maintenance, and continuous integrations, you should use semver even in minor updates.
That means no more 0.28 or 0.29release, but 0.28.0 and 0.29.0 :)
The text was updated successfully, but these errors were encountered:
Which is a way of saying we're not doing it: I'm not sure what it solves or makes easier, but I have logic in my release process that I'm not too interested in putting more work into to adapt to this, and ... I like them as is.
In order to ease maintenance, and continuous integrations, you should use semver even in minor updates.
That means no more
0.28
or0.29
release, but0.28.0
and0.29.0
:)The text was updated successfully, but these errors were encountered: