From 88d04979826cfa551c7ad372184ce08b801aa43f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 8 Dec 2016 11:57:55 -0400 Subject: [PATCH] docs: remind to add S3 links to GitHub Releases entries (#956) We are now going to be adding links to files published in AWS S3 in GitHub Releases, so that people used to finding pre-built versions of the software in GitHub Releases will be re-directed to the right place, while we still keep the analytics advantages that S3 provides us. Signed-off-by: Juan Cruz Viotti --- docs/PUBLISHING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index b3bff784..fcb7ed65 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -95,6 +95,10 @@ Run the following command: ./scripts/publish/aws-s3.sh ``` +Also add links to each AWS S3 file in [GitHub Releases][github-releases]. See +[`v1.0.0-beta.17`](https://github.com/resin-io/etcher/releases/tag/v1.0.0-beta.17) +as an example. + Publishing to Homebrew Cask --------------------------- @@ -118,3 +122,4 @@ of Etcher, and including the relevant section of the Changelog. [homebrew-cask]: https://github.com/caskroom/homebrew-cask [resin-forum-etcher]: https://talk.resin.io/c/etcher/annoucements [gitter-etcher]: https://gitter.im/resin-io/etcher +[github-releases]: https://github.com/resin-io/etcher/releases