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: .github/ISSUE_TEMPLATE/new-release.md
+17-7
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This document defines the process for releasing Gateway API Inference Extension.
34
34
export RC=1
35
35
```
36
36
37
-
4. The vLLM image tag defaults to `0.7.2` for a release. Optionally, change the vLLM image tag. For example:
37
+
4. The vLLM image tag defaults to `v0.7.2` for a release. Set the `VLLM` environment variable if a newer [tag][vllm-tag] has been published. For example:
38
38
39
39
```shell
40
40
export VLLM=0.7.3
@@ -45,16 +45,25 @@ This document defines the process for releasing Gateway API Inference Extension.
45
45
1. If needed, clone the Gateway API Inference Extension [repo][repo].
46
46
47
47
```shell
48
-
git clone https://github.com/kubernetes-sigs/gateway-api-inference-extension.git -b main
0 commit comments