CLI/TUI for drafting, repeating, and publishing daily standup updates as GitHub issues
github go cli golang management project tui daily
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(goreleaser): correct ldflags variable name from main.version to main.buildVersion

+1 -1
+1 -1
.goreleaser.yaml
··· 13 13 env: 14 14 - CGO_ENABLED=0 15 15 ldflags: 16 - - -s -w -X main.version={{.Version}} 16 + - -s -w -X main.buildVersion={{.Version}} 17 17 goos: 18 18 - darwin 19 19 - linux