We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6764b0c commit fd856f2Copy full SHA for fd856f2
RELEASE.md
@@ -11,7 +11,7 @@ To release them, a tag in the format "v1.6.0-community" or "v1.6.0-crc0" must be
11
E.g:
12
13
```bash
14
-version="v1.8.0-community"
+version="v1.8.0-crc0"
15
git tag -a "$version" -m "$version"
16
git push upstream --tags
17
```
0 commit comments