We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 0875c3c commit e4eeaf0Copy full SHA for e4eeaf0
Taskfile.yml
@@ -363,7 +363,7 @@ vars:
363
TIMESTAMP_SHORT:
364
sh: echo "{{now | date "20060102"}}"
365
TAG:
366
- sh: echo "$(git tag --points-at=HEAD 2> /dev/null | head -n1)"
+ sh: echo "$(git tag --points-at=HEAD 2> /dev/null | head -n1 | sed 's/v//')"
367
VERSION: "{{if .NIGHTLY}}nightly-{{.TIMESTAMP_SHORT}}{{else if .TAG}}{{.TAG}}{{else}}{{.PACKAGE_NAME_PREFIX}}git-snapshot{{end}}"
368
CONFIGURATION_PACKAGE: "github.com/arduino/arduino-cli/version"
369
LDFLAGS: >-
0 commit comments