We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cfd4bc + 561361d commit 61ad067Copy full SHA for 61ad067
workflow-templates/assets/release-go-task/Taskfile.yml
@@ -18,7 +18,7 @@ vars:
18
TAG:
19
sh: echo "`git tag --points-at=HEAD 2> /dev/null | head -n1`"
20
VERSION: "{{ if .NIGHTLY }}nightly-{{ .TIMESTAMP_SHORT }}{{ else if .TAG }}{{ .TAG }}{{ else }}{{ .PACKAGE_NAME_PREFIX }}git-snapshot{{ end }}"
21
- LDFLAGS: >
+ LDFLAGS: >-
22
-ldflags
23
'
24
-X github.com/arduino/arduino-cli/version.versionString={{.VERSION}}
0 commit comments