Browse Source

Add transport version docs clarification for serverless (#135349)

This commit makes clear the git commands for managing transport versions
in serverless are the same as those used in server.
Ryan Ernst 3 weeks ago
parent
commit
c132d86320
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/internal/Versioning.md

+ 3 - 3
docs/internal/Versioning.md

@@ -36,6 +36,9 @@ In order to ensure consistency and robustness, all new `TransportVersion`s
 must first be created in the `main` branch and then backported to the relevant
 release branches.
 
+_Elastic developers_ - instructions in this section for managing transport
+versions are the same in Serverless.
+
 ### Internal state files
 
 The Elasticsearch server jar contains resource files representing each
@@ -51,9 +54,6 @@ regenerated to resolve the conflict before merging to `main`.
 All of these internal state files are managed by gradle tasks; they should
 not be edited directly.
 
-_Elastic developers_ - please see corresponding documentation for Serverless
-on creating transport versions for Serverless changes.
-
 ### Creating transport versions locally
 
 To create a transport version, declare a reference anywhere in java code. For example: