This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 28253b2428bdb8fc09b5f083cd3632ed4f555e39 Author: Stephen Mallette <[email protected]> AuthorDate: Tue May 28 06:40:14 2019 -0400 Added the tp34 branch to dev docs which will be created soon CTR --- docs/src/dev/developer/for-committers.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/dev/developer/for-committers.asciidoc b/docs/src/dev/developer/for-committers.asciidoc index da77743..674d009 100644 --- a/docs/src/dev/developer/for-committers.asciidoc +++ b/docs/src/dev/developer/for-committers.asciidoc @@ -62,7 +62,8 @@ TinkerPop has several release branches: * `tp31` - 3.1.x (no longer maintained) * `tp32` - 3.2.x (major bug fixes only) * `tp33` - 3.3.x (current development) -* `master` - 3.4.x (future development) +* `tp34` - 3.4.x (current development) +* `master` - 3.5.x (future development) Changes to `tp32` should merge to `tp33` and then `tp33` to `master`. Please read more about this process in the <<pull-requests, Pull Requests>> section.
