Skip to content

Commit

Permalink
updated the version to be 1.x.y+snapshot, as 1.x.y-snapshot would cause
Browse files Browse the repository at this point in the history
ci test failures.
  • Loading branch information
yliaog committed Jun 18, 2023
1 parent 1550cce commit b692080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export PATCH_VERSION=y # The latest patch version for the minor version. Not re
```
To create a snapshot:
```
$ 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
```
To create an a1 release:
```
Expand Down

0 comments on commit b692080

Please sign in to comment.