Maxim Khutornenko created AURORA-1106:
-----------------------------------------
Summary: Release candidate script does not generate correct branch
link
Key: AURORA-1106
URL: https://issues.apache.org/jira/browse/AURORA-1106
Project: Aurora
Issue Type: Bug
Components: Packaging
Reporter: Maxim Khutornenko
Fix For: 0.8.0
The RC script generates a branch link that points to the Aurora repo URL
instead of a branch name.
Current:
{noformat}
The branch used to create the release candidate is:
https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git&hb=0.7.0-rc3
{noformat}
Should be:
{noformat}
The branch used to create the release candidate is:
https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git;a=shortlog;h=refs/heads/0.7.0-rc3
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)