Skip to content

Commit

Permalink
Update RELEASE.md to specify correct minor version when branching
Browse files Browse the repository at this point in the history
  • Loading branch information
raywainman authored Jan 21, 2025
1 parent 5b08a02 commit cd257f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ branch. This makes sure you have no local changes while building the images.
For example:
```sh
git clone [email protected]:kubernetes/autoscaler.git
git switch vpa-release-1.0
git switch vpa-release-1.${minor}
```

Once in the freshly cloned repo, build and stage the images.
Expand Down

0 comments on commit cd257f9

Please sign in to comment.