Repository: aurora Updated Branches: refs/heads/master e75cdba5f -> 0d9fe1862
Fix string interpolation for release email. Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/0d9fe186 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/0d9fe186 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/0d9fe186 Branch: refs/heads/master Commit: 0d9fe18625f0696ce9a52c40ac71ba51ec208ef0 Parents: e75cdba Author: Bill Farner <[email protected]> Authored: Wed Dec 23 08:31:27 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Wed Dec 23 08:31:40 2015 -0800 ---------------------------------------------------------------------- build-support/release/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/0d9fe186/build-support/release/release ---------------------------------------------------------------------- diff --git a/build-support/release/release b/build-support/release/release index 2d4b895..9e8dd41 100755 --- a/build-support/release/release +++ b/build-support/release/release @@ -196,7 +196,7 @@ To: [email protected] Subject: [RESULT][VOTE] Release Apache Aurora ${current_version_tag} RC${rc_tag_version} All, -The vote to accept Apache Aurora ${current_version_tag} RC#{rc_tag_version} +The vote to accept Apache Aurora ${current_version_tag} RC${rc_tag_version} as the official Apache Aurora ${current_version_tag} release has passed.
