You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/community/how-to-contribute/contribute-docs.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ git checkout release-0.5
116
116
Fluss documentation uses placeholder variables that are automatically replaced during the build process. Note that these variables are only available for documentation under `website/docs/*`.
117
117
-`$FLUSS_VERSION$`: Expands to the full version (e.g., "0.6.0")
118
118
-`$FLUSS_VERSION_SHORT$`: Expands to the short version (e.g., "0.6")
119
+
-`$FLUSS_DOCKER_VERSION$`: Expands to the docker version (e.g., "0.6.0-rc1"), it is suggested to use this variable when referring to the docker image version that we can link to a RC version during release testing.
119
120
120
121
For example, to link to a specific version of Fluss binary:
0 commit comments