- We follow Semantic Versioning (semver)
- The master branch contains all the latest code, some of which may break compatibility.
- We support PyPi for installing Raptor LabSDK
- We support go modules as our official versioning mechanism.
-
Commits and PRs must follows Conventional Commits guidelines. For more information, see Contributing
-
Breaking changes will find their way into the next major release, other changes will go into a semi-immediate patch or minor release.
-
Please try to avoid breaking changes, but if you do, please make sure to document te reason well in your PR. We would avoid breaking changes if we can.
Note that we generally do not support older release branches, except in extreme circumstances.