Author: colegreer Date: Tue Sep 30 17:34:17 2025 New Revision: 1928866 Log: Minor dev-docs fix for TinkerPop 3.7.4
Modified: tinkerpop/site/docs/3.7.4/dev/developer/index.html Modified: tinkerpop/site/docs/3.7.4/dev/developer/index.html ============================================================================== --- tinkerpop/site/docs/3.7.4/dev/developer/index.html Tue Sep 30 17:12:38 2025 (r1928865) +++ tinkerpop/site/docs/3.7.4/dev/developer/index.html Tue Sep 30 17:34:17 2025 (r1928866) @@ -3009,7 +3009,10 @@ distinguished from other changes in the <p><code>3.7-dev</code> - 3.7.x (non-breaking bug fixes and enhancements)</p> </li> <li> -<p><code>master</code> - 4.x (current development)</p> +<p><code>3.8-dev</code> - 3.8.x (current development)</p> +</li> +<li> +<p><code>master</code> - 4.x (future development)</p> </li> </ul> </div> @@ -3022,8 +3025,8 @@ client of one version within a release l it is likely an acceptable change within that branch.</p> </div> <div class="paragraph"> -<p>Changes to earlier branches should merge forward toward <code>master</code> (e.g. <code>3.7-dev</code> should merge to <code>master</code>). Please read -more about this process in the <a href="#pull-requests">Pull Requests</a> section.</p> +<p>Changes to earlier branches should merge forward toward <code>master</code> (e.g. <code>3.7-dev</code> should merge to <code>3.8-dev</code> +then <code>master</code>). Please read more about this process in the <a href="#pull-requests">Pull Requests</a> section.</p> </div> <div class="paragraph"> <p>As described in <a href="#versioning">versioning</a>, it is possible to do a "partial" release which will utilize a four-digit
