We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5483830 commit 7416e1aCopy full SHA for 7416e1a
RELEASE.md
@@ -71,9 +71,11 @@ point if the tag is signed :champagne:.
71
72
### Go
73
74
-No extra step is needed. On every commit a new Go language client is
75
-generated as part of the action
76
-[workflow](.github/workflows/generate.yml).
+Prepare a tag with the pattern `vX.Y.Z` and push it. No workflow is needed.
+
+**WARNING**: Tags should not be updated to a new ref or deleted/recreated after creation.
77
+Go provides a checksum database that persists an immutable mapping between version and ref,
78
+and updating the tag will break clients that have already downloaded the release.
79
80
### Java
81
0 commit comments