mirror of https://github.com/kubernetes/kops.git
Release docs update git push command
The command to push to the release branch was wrong, which meant the release branch wasn't getting updated.
This commit is contained in:
parent
d7d62b800b
commit
49e2f03308
|
|
@ -73,7 +73,7 @@ git push --tags
|
|||
For the time being, we are also maintaining a release branch. We push released
|
||||
versions to that.
|
||||
|
||||
`git push origin release`
|
||||
`git push origin release-1.7:release`
|
||||
|
||||
## Upload to github
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue