Skip to content

Commit

Permalink
docs: fix release-tasks to refer the correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Sep 1, 2023
1 parent 2881074 commit 31cc86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release/release-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ From this point forward changes which should land in the release have to be cher
git checkout -b release-1.8

# Push the release branch
# Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api`.
# Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api-provider-vsphere`.
git push -u upstream release-1.8
```

Expand Down Expand Up @@ -126,7 +126,7 @@ From this point forward changes which should land in the release have to be cher
git tag -s -a ${RELEASE_TAG} -m ${RELEASE_TAG}
# Push tags
# Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api`.
# Note: `upstream` must be the remote pointing to `github.com/kubernetes-sigs/cluster-api-provider-vsphere`.
git push upstream ${RELEASE_TAG}
```

Expand Down

0 comments on commit 31cc86f

Please sign in to comment.