You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/07/15 14:41:30 UTC

[tinkerpop] branch master updated: Minor release docs changes CTR

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 1508152  Minor release docs changes CTR
     new b2590da  Merge branch '3.5-dev'
1508152 is described below

commit 1508152c37f8b62b512aa832f74b98c116197cc3
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Jul 15 10:40:23 2021 -0400

    Minor release docs changes CTR
---
 docs/src/dev/developer/release.asciidoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index ce944a9..be18c39 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -250,11 +250,13 @@ for generating javadoc and without that the binary distributions won't contain t
 .. `mvn deploy -pl gremlin-python -DskipTests -Dpypi`
 .. `mvn deploy -pl :gremlin-dotnet-source -DskipTests -Dnuget`
 .. `mvn deploy -pl gremlin-javascript -DskipTests -Dnpm`
+.. `mvn deploy -pl gremlint -DskipTests -Dnpm`
 . Review the GLV releases
 .. link:https://pypi.org/project/gremlinpython/[gremlin-python - PyPi]
 .. link:https://www.nuget.org/packages/Gremlin.Net/[Gremlin.Net - nuget]
 .. link:https://www.nuget.org/packages/Gremlin.Net.Template/[Gremlin.Net.Template - nuget]
 .. link:https://www.npmjs.com/package/gremlin[gremlin - npm]
+.. link:https://www.npmjs.com/package/gremlint[gremlint - npm]
 . Deploy the Docker images
 .. `mvn deploy -pl gremlin-console -DskipTests -DdockerImages`
 .. `mvn deploy -pl gremlin-server -DskipTests -DdockerImages`
@@ -274,7 +276,10 @@ and link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server]
 SVN that represents lines of code that are no longer under development, then remove those releases. In other words,
 if `3.2.0` is present and `3.2.1` is released then remove `3.2.0`.  However, if `3.1.3` is present and that line of
 code is still under potential development, it may stay.
-. Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`
+. Announce release - see <<email-templates,templates>> for suggested form
+.. Email `dev@`/`gremlin-users@` mailing lists
+.. Tweet from `@apachetinkerpop`
+.. Message the "Announcement" Discord channel
 
 == Post-release Tasks
 
@@ -302,6 +307,7 @@ tasks as one individual may simply just handle them all.
 . 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>>
 
+[[email-templates]]
 == Email Templates
 
 === Release VOTE