Skip to content

Commit 31cc86f

Browse files
committed
docs: fix release-tasks to refer the correct repository
1 parent 2881074 commit 31cc86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release/release-tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ From this point forward changes which should land in the release have to be cher
8989
git checkout -b release-1.8
9090

9191
# 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`.
9393
git push -u upstream release-1.8
9494
```
9595

@@ -126,7 +126,7 @@ From this point forward changes which should land in the release have to be cher
126126
git tag -s -a ${RELEASE_TAG} -m ${RELEASE_TAG}
127127
128128
# 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`.
130130
git push upstream ${RELEASE_TAG}
131131
```
132132

0 commit comments

Comments
 (0)