Skip to content

Commit eae99e9

Browse files
committed
Help the release captain to announce the released packages.
Add a few links to the release output that the release captain can use to announce the release. Signed-off-by: David Calavera <david.calavera@gmail.com>
1 parent 37771c1 commit eae99e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

hack/release.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,4 +397,15 @@ main
397397
echo
398398
echo
399399
echo "Release complete; see $(s3_url)"
400+
echo "Use the following text to announce the release:"
401+
echo
402+
echo "We have just pushed $VERSION to $(s3_url). You can download it with the following:"
403+
echo
404+
echo "Ubuntu/Debian: curl -sSL $(s3_url) | sh"
405+
echo "Linux 64bit binary: $(s3_url)/builds/Linux/x86_64/docker-$VERSION"
406+
echo "Darwin/OSX 64bit client binary: $(s3_url)/builds/Darwin/x86_64/docker-$VERSION"
407+
echo "Darwin/OSX 32bit client binary: $(s3_url)/builds/Darwin/i386/docker-$VERSION"
408+
echo "Linux 64bit tgz: $(s3_url)/builds/Linux/x86_64/docker-$VERSION.tgz"
409+
echo "Windows 64bit client binary: $(s3_url)/builds/Windows/x86_64/docker-$VERSION.exe"
410+
echo "Windows 32bit client binary: $(s3_url)/builds/Windows/i386/docker-$VERSION.exe"
400411
echo

0 commit comments

Comments
 (0)