OrientDB main repo has a branch structure like following:
- master: last stable release
- 2.0.x: hotfix branch for release 2.0
- 2.1.x: hotfix branch for release 2.1
...
- develop: branch for next (major or minor) release
plus, final releases are tagged with "2.1.0", "2.1.1" etc.
It would be good to have the same branch structure here, to make dependencies clearer.
OrientDB main repo has a branch structure like following:
...
plus, final releases are tagged with "2.1.0", "2.1.1" etc.
It would be good to have the same branch structure here, to make dependencies clearer.