Github user rdowner commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/892#discussion_r39397143
--- Diff: docs/website/developers/committers/release-process/publish.md ---
@@ -124,6 +150,8 @@ Tag the release in git
Make a signed tag for this release, based on the tag for the release
candidate, and then push the tag:
{% highlight bash %}
+git checkout ${VERSION_NAME}
--- End diff --
This line should be unnecessary, as the `git tag` command on the next line
explicitly places the tag on the commit
`apache-brooklyn-${VERSION_NAME}-rc${RC_NUMBER}`
---
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.
---