Skip to content

Commit

Permalink
CTR minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole-Greer committed Jun 11, 2024
1 parent e12d6bd commit b43c909
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/src/dev/developer/for-committers.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ TinkerPop has several release branches:
* `3.2-dev` - 3.2.x (no longer maintained)
* `3.3-dev` - 3.3.x (no longer maintained)
* `3.4-dev` - 3.4.x (no longer maintained)
* `3.5-dev` - 3.5.x (non-breaking bug fixes and enhancements)
* `3.5-dev` - 3.5.x (no longer maintained)
* `3.6-dev` - 3.6.x (non-breaking bug fixes and enhancements)
* `master` - 3.7.x (current development)
* `4.0-dev` - 4.0.x (future development)
* `3.7-dev` - 3.7.x (non-breaking bug fixes and enhancements)
* `master` - 4.x (current development)
The branch description above that reads "non-breaking bug fixes and enhancements" simply means that within that release
line (i.e. patch version) changes should not alter existing behavior, introduce new APIs, change serialization formats,
Expand All @@ -152,8 +152,7 @@ client of one version within a release line can interact properly with a server
it is likely an acceptable change within that branch.
Changes to earlier branches should merge forward toward `master` (e.g. `3.6-dev` should merge to `master`). Please read
more about this process in the <<pull-requests, Pull Requests>> section. Note that `4.0-dev` is rebased on `master`
and currently behaves as a fresh repository as all 3.x content was removed.
more about this process in the <<pull-requests, Pull Requests>> section.
As described in <<versioning,versioning>>, it is possible to do a "partial" release which will utilize a four-digit
version that starts with a "1" (e.g. `3.6.0.1`). The branching strategy for a partial release requires that a `-dev`
Expand Down

0 comments on commit b43c909

Please sign in to comment.