Skip to content

Update release instruction for fetching the existing release branch#1716

Merged
ahg-g merged 1 commit into
mainfrom
release-template
Jun 26, 2026
Merged

Update release instruction for fetching the existing release branch#1716
ahg-g merged 1 commit into
mainfrom
release-template

Conversation

@liu-cong

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Cong Liu <conliu@google.com>
@liu-cong
liu-cong requested a review from a team as a code owner June 22, 2026 22:36
@liu-cong
liu-cong requested review from ahg-g, Copilot and elevran June 22, 2026 22:36
@github-actions github-actions Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the release process issue template instructions for working with an existing release-${BRANCH_VERSION} branch, aiming to ensure the local checkout reflects the current remote release branch state.

Changes:

  • Adjusts the “Major, Minor or Patch Release” instructions from a single checkout command to a fetch/reset-style update flow.

Comment on lines 70 to +74
A release branch should already exist. In this case, check out the existing branch:

```shell
git checkout release-${BRANCH_VERSION} ${REMOTE}/release-${BRANCH_VERSION}
git fetch ${REMOTE}
git reset --hard ${REMOTE}/release-${BRANCH_VERSION}
@liu-cong liu-cong changed the title Update release instruction for fetching the existing release branch Signed-off-by: Cong Liu <conliu@google.com> Update release instruction for fetching the existing release branch Jun 22, 2026
@liu-cong
liu-cong marked this pull request as draft June 22, 2026 22:42
@liu-cong
liu-cong marked this pull request as ready for review June 26, 2026 18:36
@ahg-g
ahg-g merged commit fb8bd2d into main Jun 26, 2026
38 of 39 checks passed
@ahg-g
ahg-g deleted the release-template branch June 26, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants