Repository: aurora Updated Branches: refs/heads/master ece9b35f9 -> 181f38207
Aurora-1106: Release candidate script does not generate correct branch link Fixes broken links for release branch in release-candidate script. Bugs closed: AURORA-1106 Reviewed at https://reviews.apache.org/r/33774/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/181f3820 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/181f3820 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/181f3820 Branch: refs/heads/master Commit: 181f382071cb11bafd8e4c2503b16413ca8f557b Parents: ece9b35 Author: Jake Farrell <[email protected]> Authored: Sun May 3 22:53:12 2015 -0400 Committer: jfarrell <[email protected]> Committed: Sun May 3 22:53:12 2015 -0400 ---------------------------------------------------------------------- build-support/release/release-candidate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/181f3820/build-support/release/release-candidate ---------------------------------------------------------------------- diff --git a/build-support/release/release-candidate b/build-support/release/release-candidate index 36f6f4c..1caa56b 100755 --- a/build-support/release/release-candidate +++ b/build-support/release/release-candidate @@ -257,7 +257,7 @@ The CHANGELOG for the release is available at: ${aurora_git_web_url}&f=CHANGELOG&hb=${current_version_tag} The branch used to create the release candidate is: -${aurora_git_web_url}&hb=${current_version_tag} +${aurora_git_web_url};a=shortlog;h=refs/heads/${current_version_tag} The release candidate is available at: ${aurora_svn_dist_url}/${current_version_tag}/${dist_name}.tar.gz
