Skip to content

Commit 1508152

Browse files
committed
Minor release docs changes CTR
1 parent 87e5a1e commit 1508152

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/src/dev/developer/release.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,13 @@ for generating javadoc and without that the binary distributions won't contain t
250250
.. `mvn deploy -pl gremlin-python -DskipTests -Dpypi`
251251
.. `mvn deploy -pl :gremlin-dotnet-source -DskipTests -Dnuget`
252252
.. `mvn deploy -pl gremlin-javascript -DskipTests -Dnpm`
253+
.. `mvn deploy -pl gremlint -DskipTests -Dnpm`
253254
. Review the GLV releases
254255
.. link:https://pypi.org/project/gremlinpython/[gremlin-python - PyPi]
255256
.. link:https://www.nuget.org/packages/Gremlin.Net/[Gremlin.Net - nuget]
256257
.. link:https://www.nuget.org/packages/Gremlin.Net.Template/[Gremlin.Net.Template - nuget]
257258
.. link:https://www.npmjs.com/package/gremlin[gremlin - npm]
259+
.. link:https://www.npmjs.com/package/gremlint[gremlint - npm]
258260
. Deploy the Docker images
259261
.. `mvn deploy -pl gremlin-console -DskipTests -DdockerImages`
260262
.. `mvn deploy -pl gremlin-server -DskipTests -DdockerImages`
@@ -274,7 +276,10 @@ and link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server]
274276
SVN that represents lines of code that are no longer under development, then remove those releases. In other words,
275277
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
276278
code is still under potential development, it may stay.
277-
. Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`
279+
. Announce release - see <<email-templates,templates>> for suggested form
280+
.. Email `dev@`/`gremlin-users@` mailing lists
281+
.. Tweet from `@apachetinkerpop`
282+
.. Message the "Announcement" Discord channel
278283
279284
== Post-release Tasks
280285
@@ -302,6 +307,7 @@ tasks as one individual may simply just handle them all.
302307
. 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.
303308
. Set up the IO tests for the current `SNAPSHOT` as discussed in the <<io,IO Documentation and Testing Section>>
304309
310+
[[email-templates]]
305311
== Email Templates
306312
307313
=== Release VOTE

0 commit comments

Comments
 (0)