We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968689f commit 6ee8e21Copy full SHA for 6ee8e21
Taskfile.yml
@@ -362,7 +362,7 @@ vars:
362
sh: echo "{{now | date "20060102"}}"
363
TAG:
364
sh: echo "$(git tag --points-at=HEAD 2> /dev/null | head -n1 | sed 's/^v//')"
365
- VERSION: "{{if .NIGHTLY}}nightly-{{.TIMESTAMP_SHORT}}{{else if .TAG}}{{.TAG}}{{else}}{{.PACKAGE_NAME_PREFIX}}git-snapshot{{end}}"
+ VERSION: "{{if .NIGHTLY}}nightly-{{.TIMESTAMP_SHORT}}{{else if .TAG}}{{.TAG}}{{else}}{{.PACKAGE_NAME_PREFIX}}1.0.0-snapshot{{end}}"
366
CONFIGURATION_PACKAGE: "github.com/arduino/arduino-cli/version"
367
LDFLAGS: >-
368
-ldflags
0 commit comments