add missing binary
authorAJ ONeal <coolaj86@gmail.com>
Fri, 13 Nov 2020 10:05:45 +0000 (03:05 -0700)
committerAJ ONeal <coolaj86@gmail.com>
Fri, 13 Nov 2020 10:05:45 +0000 (03:05 -0700)
goreleaser/README.md

index a75f1820ac8c828542f754b0dfe23ac745219f74..13b3e43f2730e854b01bdd5ccc885798d874139a 100644 (file)
@@ -58,7 +58,7 @@ func main() {
        if len(os.Args) >= 2 && "version" == strings.TrimPrefix(os.Args[1]) {
                fmt.Printf("YOUR_CLI_NAME v%s %s (%s)\n", version, commit[:7], date)
        }
-       
+
        // ...
 }
 ```
@@ -163,6 +163,7 @@ you should update your `builds` directive accordingly.
 - builds:
   - id: command123
     main: ./cmd/command123/command123.go
+    binary: command123
     goos:
       - linux
       - windows
@@ -172,6 +173,7 @@ you should update your `builds` directive accordingly.
       - arm64
   - id: other321
     main: ./cmd/other321/other321.go
+    binary: other123
     goos:
       - linux
       - windows
@@ -330,4 +332,4 @@ changelog:
     exclude:
       - '^docs:'
       - '^test:'
-```
\ No newline at end of file
+```