File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ From this point forward changes which should land in the release have to be cher
89
89
git checkout -b release-1.8
90
90
91
91
# Push the release branch
92
- # Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api`.
92
+ # Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api-provider-vsphere `.
93
93
git push -u upstream release-1.8
94
94
```
95
95
@@ -126,7 +126,7 @@ From this point forward changes which should land in the release have to be cher
126
126
git tag -s -a ${RELEASE_TAG} -m ${RELEASE_TAG}
127
127
128
128
# Push tags
129
- # Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api`.
129
+ # Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api-provider-vsphere `.
130
130
git push upstream ${RELEASE_TAG}
131
131
` ` `
132
132
You can’t perform that action at this time.
0 commit comments