From 5d25ef7dee9160dcebb42ba30e8c18e29a655ac6 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 9 Nov 2016 17:04:22 +0200 Subject: [PATCH] docs(GUI): publishing a new version to homebrew cask (#837) Publishing to Homebrew Cask involves changing a Cask file in the official Cask registry pull request updating the `version` and `sha256` properties. See: https://github.com/caskroom/homebrew-cask/pull/26319 Signed-off-by: Juan Cruz Viotti --- docs/PUBLISHING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 0854950e..447fc7ca 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -88,6 +88,15 @@ Run the following command: ./scripts/publish/aws-s3.sh ``` +Publishing to Homebrew Cask +--------------------------- + +1. Update [`Casks/etcher.rb`][etcher-cask-file] with the new version and + `sha256` + +2. Send a PR with the changes above to + [`caskroom/homebrew-cask`][homebrew-cask] + Announcing ---------- @@ -97,3 +106,5 @@ new version of Etcher, and including the relevant section of the Changelog. [aws-cli]: https://aws.amazon.com/cli [cygwin]: https://cygwin.com [bintray]: https://bintray.com +[etcher-cask-file]: https://github.com/caskroom/homebrew-cask/blob/master/Casks/etcher.rb +[homebrew-cask]: https://github.com/caskroom/homebrew-cask