Change command to push to origin remote

Update review comment:
- https://github.com/helm/helm/pull/5712#pullrequestreview-236124918

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
pull/5712/head
Martin Hickey 6 years ago
parent c4ac3833c5
commit 3b3c8c4ab6

@ -162,7 +162,7 @@ git checkout -b bump-version-<release_version>
git cherry-pick -x <commit-id>
# commit the change
git push upstream bump-version-<release-version>
git push origin bump-version-<release-version>
```
## 3. Commit and Push the Release Branch

Loading…
Cancel
Save