Remove leading zeros from month and day components of date based version to comply with semver spec

Thanks to @The-Compiler for catching the issue
pull/1076/head
Jesse Vincent 3 years ago
parent 086246c4c9
commit afa3243531
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -114,7 +114,7 @@ $(SMOKE_SKETCHES): force
build-arduino-nightly-package:
perl bin/build-arduino-package \
--kaleidoscope-tag=master \
--version `date +%Y.%m.%d%H%M%S` \
--version `date +%Y.%-m.%-d%H%M%S` \
--index-filename-slug=kaleidoscope_master \
--only-one-platform-revision \
--push \

Loading…
Cancel
Save