-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmaps
Vaibhav Sharma edited this page Nov 10, 2023
·
1 revision
- The roadmap can be viewed in the Projects tab of the project. All the open issues are organized there and clubbed together to be fixed in the next release.
- The next release also has certain milestones (issues/PRs). Once these milestones are achieved, the next release is released.
- All the releases are planned to be released in the following manner -
-
v0.1.0-alpha
→ wherealpha
is appended if there are no tests associated with the implemented code -
v0.1.0-beta
→ wherebeta
is appended if the tests are implemented, but the application has not matured enough (at least 2 weeks) -
v0.1.0
→ This is a stable release where everything is tested and peer-reviewed to improve the quality
-
- The major version (vX.0.0) is changed only when there are breaking changes to the library and/or application.
- The minor version (v0.X.0) is changed when more than 5 bug fixes are resolved and included in the next release.
- The semi-minor version (v0.0.X) is changed when minor changes are done and fewer than 5 bug fixes are resolved.