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 <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-11-09 17:04:22 +02:00 committed by GitHub
parent 0085880d3c
commit 5d25ef7dee

View File

@ -88,6 +88,15 @@ Run the following command:
./scripts/publish/aws-s3.sh <file>
```
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