mirror of https://github.com/kubernetes/kops.git
Improved release process docs
Even if we didn't pull over SSH (for example if we're running in CI), we need to push the branch with over ssh.
This commit is contained in:
parent
2724c2d3e5
commit
207cbd5ebd
|
@ -65,8 +65,8 @@ Make sure you are on the release branch `git checkout release-1.X`
|
|||
|
||||
```
|
||||
make release-tag
|
||||
git push
|
||||
git push --tags
|
||||
git push git@github.com:kubernetes/kops
|
||||
git push --tags git@github.com:kubernetes/kops
|
||||
```
|
||||
|
||||
## Update release branch
|
||||
|
|
Loading…
Reference in New Issue