Skip to content

Commit 654cf3e

Browse files
committed
updated the version to be 1.x.y+snapshot, as 1.x.y-snapshot would cause
ci test failures.
1 parent 90fc5d6 commit 654cf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devel/release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export PATCH_VERSION=y # The latest patch version for the minor version. Not re
2828
```
2929
To create a snapshot:
3030
```
31-
$ KUBERNETES_BRANCH=release-1.${MINOR_VERSION} CLIENT_VERSION=${MINOR_VERSION}.0.0-snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh
31+
$ KUBERNETES_BRANCH=release-1.${MINOR_VERSION} CLIENT_VERSION=${MINOR_VERSION}.0.0+snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh
3232
```
3333
To create an a1 release:
3434
```

0 commit comments

Comments
 (0)