瀏覽代碼

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 周之前
父節點
當前提交
c132d86320
共有 1 個文件被更改,包括 3 次插入3 次删除
  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: