Github user rdowner commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/892#discussion_r39396989
--- Diff:
docs/website/developers/committers/release-process/make-release-artifacts.md ---
@@ -54,5 +54,5 @@ Make a signed tag for this release, and then push the tag:
{% highlight bash %}
git tag -s -m "Tag release ${VERSION_NAME} release candidate ${RC_NUMBER}"
apache-brooklyn-${VERSION_NAME}-rc${RC_NUMBER}
-git push origin apache-brooklyn-${VERSION_NAME}-rc${RC_NUMBER}
+git push apache apache-brooklyn-${VERSION_NAME}-rc${RC_NUMBER}
--- End diff --
The origin name depends on how the remote was added (or the repository
originally cloned); but someone following the release instructions at
https://brooklyn.incubator.apache.org/developers/committers/merging-contributed-code.html
will have the upstream remote named `apache`, so this is the "right" change
IMO.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---