brew stuff

This commit is contained in:
cupcakearmy 2021-04-29 14:45:17 +02:00
parent 0335abb669
commit 29e46d3b5c
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 6 additions and 0 deletions

View File

@ -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