github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/release/README.md (about)

     1  ## Release
     2  
     3  [![Build Status](https://github.com/keybase/client/go/release/actions/workflows/ci.yml/badge.svg)](https://github.com/keybase/client/go/release/actions)
     4  [![GoDoc](https://godoc.org/github.com/keybase/client/go/release?status.svg)](https://godoc.org/github.com/keybase/client/go/release)
     5  
     6  This is a command line tool for build and release scripts for generating updates, interacting with Github and S3.
     7  
     8  ### Example Usage
     9  
    10  Generating update.json
    11  
    12  ```
    13  release update-json --version=1.2.3 --src=/tmp/Keybase.zip --uri=https://s3.amazonaws.com/prerelease.keybase.io/darwin-updates --signature=/tmp/keybase.sig
    14  ```