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:
Justin SB 2019-04-07 17:18:07 -07:00
parent 2724c2d3e5
commit 207cbd5ebd
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37
1 changed files with 2 additions and 2 deletions

View File

@ -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