Skip to content

Commit

Permalink
Fix midding ldflags in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Jul 24, 2023
1 parent d66eac6 commit 66d92b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ builds:
goarch:
- amd64
- arm64
ldflags:
- -X main.BuildVersion={{ .Version }}
archives:
- id: issuectl
builds:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ Flags:
➜ issuectl config profile add \
-r repoName \
work \
/Users/johndoe/Workspace/myorg my-org-jira \
/Users/johndoe/Workspace/myorg \
my-org-jira \
my-org-github \
"John Doe" \
repoName
Expand Down

0 comments on commit 66d92b7

Please sign in to comment.