Skip to content

Commit fb8bd2d

Browse files
authored
Update release instruction for fetching the existing release branch (#1716)
Signed-off-by: Cong Liu <conliu@google.com>
1 parent d09c9c5 commit fb8bd2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/new-release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ This document defines the process for releasing llm-d-router.
7070
A release branch should already exist. In this case, check out the existing branch:
7171
7272
```shell
73-
git checkout release-${BRANCH_VERSION} ${REMOTE}/release-${BRANCH_VERSION}
73+
git fetch ${REMOTE}
74+
git reset --hard ${REMOTE}/release-${BRANCH_VERSION}
7475
```
7576
7677
1. By default, `LATENCY_PREDICTOR_TAG` in the `Makefile` resolves from the router release tag (via `BUILD_REF`). If the latency predictor tag does **not** align with the router version, update the default value of `LATENCY_PREDICTOR_TAG` in the `Makefile` to match your exported `${LATENCY_PREDICTOR_TAG}`.

0 commit comments

Comments
 (0)