From 29e46d3b5c08c581fa241e4a7b803d8572e475fe Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 29 Apr 2021 14:45:17 +0200 Subject: [PATCH] brew stuff --- DEVELOPMENT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index acb3dad..792c3a2 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -21,3 +21,9 @@ Releases are automatically built by the github workflow and uploaded to the rele 3. Commit to master 4. Create a new release with the `v1.2.3` tag and mark as draft. 5. The Github action will build the binaries, upload and mark the release as ready when done. + +### Brew + +1. Check the checksum with `shasum -a 256 autorestic-1.2.3.tar.gz` +2. Update `url` and `sha256` in the brew repo. +3. Submit PR