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
{{ message }}
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
It would be great if Landrush would follow semantic versioning moving forward. I was taking a look at your roadmap, which mentions plans to jump from 0.20.0 to 0.90.0, which doesn't make any sense and is hard to account for when Landrush is a dependency.
Most important bit of semver.org:
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
Here's the roadmap as it is now, just for clarification:
RoadMap
The committers met and have set a basic roadmap as of 3 March 2016:
0.19 will be released as soon as possible. The goal is to make newer
code commits available and document the release process.
Release 0.20 will occur soon. We would like to try to land two PRs:
+1 I also think adopting semantic versioning moving forward. For that reason, I suggest to let the next release be 1.0.0 and apply semantic versioning from then on.
Regarding the roadmap, it needs updating either way.
It would be great if Landrush would follow semantic versioning moving forward. I was taking a look at your roadmap, which mentions plans to jump from
0.20.0
to0.90.0
, which doesn't make any sense and is hard to account for when Landrush is a dependency.Most important bit of semver.org:
Here's the roadmap as it is now, just for clarification:
Makes everybody's life easier. 😀
The text was updated successfully, but these errors were encountered: