This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 700b7e7784 Added post-release step for release manager to consider
typescript CTR
700b7e7784 is described below
commit 700b7e77845dd77cfd5ff8dc8015c876e73e807b
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Oct 17 15:12:45 2023 -0400
Added post-release step for release manager to consider typescript CTR
---
docs/src/dev/developer/release.asciidoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/src/dev/developer/release.asciidoc
b/docs/src/dev/developer/release.asciidoc
index d67c9da17f..e54ad09d53 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -325,6 +325,7 @@ the help of a PMC member for those steps.
.. Commit and push the `SNAPSHOT` changes to git
. Examine the `future.asciidoc` and update the "Roadmap" as needed.
. Send email to advise that code freeze is lifted.
+. Consider the changes made to Gremlin and determine if the community needs to
organize a PR to
[DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gremlin)
to keep TypeScript up to date.
. 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.
. Set up the IO tests for the current `SNAPSHOT` as discussed in the <<io,IO
Documentation and Testing Section>>