Thanks to visit codestin.com Credit goes to github.com
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 90fc5d6 commit 654cf3eCopy full SHA for 654cf3e
devel/release.md
@@ -28,7 +28,7 @@ export PATCH_VERSION=y # The latest patch version for the minor version. Not re
28
```
29
To create a snapshot:
30
31
-$ KUBERNETES_BRANCH=release-1.${MINOR_VERSION} CLIENT_VERSION=${MINOR_VERSION}.0.0-snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh
+$ KUBERNETES_BRANCH=release-1.${MINOR_VERSION} CLIENT_VERSION=${MINOR_VERSION}.0.0+snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh
32
33
To create an a1 release:
34
0 commit comments