You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed edge properties for GraphBinary which were not deserializing properly.
30
30
* Deprecated `has(key, traversal)` and `has(T, traversal)` options for `has()` step.
31
31
* Improved GLV examples reliability and documentation with step-by-step instructions.
32
-
* Added root-level GLV examples in `glv-examples/` directory that use published driver versions for easy out-of-the-box usage, separate from module-level examples that use local development code.
32
+
* Added root-level GLV examples in `gremlin-examples/` directory that use published driver versions for easy out-of-the-box usage, separate from module-level examples that use local development code.
Copy file name to clipboardExpand all lines: docs/src/dev/developer/release.asciidoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -332,11 +332,11 @@ the help of a PMC member for those steps.
332
332
. Ensure that the GLV examples compile and run with the latest image and dependencies: `bin/run-examples.sh`.
333
333
.. Make changes as necessary to update the examples.
334
334
. Update root-level GLV examples to use the new release version:
335
-
.. Update version numbers in `glv-examples/gremlin-java/pom.xml` to reference the new release version
336
-
.. Update version numbers in `glv-examples/gremlin-javascript/package.json` to reference the new release version
337
-
.. Update version numbers in `glv-examples/gremlin-python/requirements.txt` to reference the new release version
338
-
.. Update version numbers in `glv-examples/gremlin-dotnet/*/\*.csproj` to reference the new release version
339
-
.. Update version numbers in `glv-examples/gremlin-go/go.mod` to reference the new release version
335
+
.. Update version numbers in `gremlin-examples/gremlin-java/pom.xml` to reference the new release version
336
+
.. Update version numbers in `gremlin-examples/gremlin-javascript/package.json` to reference the new release version
337
+
.. Update version numbers in `gremlin-examples/gremlin-python/requirements.txt` to reference the new release version
338
+
.. Update version numbers in `gremlin-examples/gremlin-dotnet/*/\*.csproj` to reference the new release version
339
+
.. Update version numbers in `gremlin-examples/gremlin-go/go.mod` to reference the new release version
340
340
.. Test that all root-level examples work correctly with the new published versions
341
341
. Generate a list of dead branches that will be automatically deleted and post them as a DISCUSS thread for review, then once consensus is reached removed those branches.
342
342
. Set up the IO tests for the current `SNAPSHOT` as discussed in the <<io,IO Documentation and Testing Section>>
0 commit comments