Skip to content

Commit 6ee8e21

Browse files
committed
'task build' now uses a compliant semver notation
1 parent 968689f commit 6ee8e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ vars:
362362
sh: echo "{{now | date "20060102"}}"
363363
TAG:
364364
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}}"
365+
VERSION: "{{if .NIGHTLY}}nightly-{{.TIMESTAMP_SHORT}}{{else if .TAG}}{{.TAG}}{{else}}{{.PACKAGE_NAME_PREFIX}}1.0.0-snapshot{{end}}"
366366
CONFIGURATION_PACKAGE: "github.com/arduino/arduino-cli/version"
367367
LDFLAGS: >-
368368
-ldflags

0 commit comments

Comments
 (0)