This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/master by this push:
new 9b83aa8 Fix release notes link (#1020)
9b83aa8 is described below
commit 9b83aa8343a7a9b8ac4c2fc8a28dccd898bb3269
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Mar 1 17:03:39 2018 -0500
Fix release notes link (#1020)
---
contrib/create-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/create-release-candidate.sh
b/contrib/create-release-candidate.sh
index ba862a4..4e4501f 100755
--- a/contrib/create-release-candidate.sh
+++ b/contrib/create-release-candidate.sh
@@ -131,7 +131,7 @@ All artifacts were built and staged with:
Signing keys are available at https://www.apache.org/dist/fluo/KEYS
(Expected fingerprint: $(green "$fingerprint"))
-Release notes (in progress) can be found at: $(green
"https://fluo.apache.org/.../$ver")
+Release notes (in progress) can be found at: $(green
"https://fluo.apache.org/release/fluo-$ver/")
Release testing instructions:
https://fluo.apache.org/release-process/#test-a-fluo-release
--
To stop receiving notification emails like this one, please contact
[email protected].