v3.0.0-preview2
Pre-release
Pre-release
Changelog
- Taskfiles in version 1 are not supported anymore (#237).
- Added global
method:
option. With this option, you can set a default method to all tasks in a Taskfile (#246). - Changed default method from
timestamp
tochecksum
(#246). - New magic variables are now available when using
status:
:.TIMESTAMP
which contains the greatest modification date from the files listed insources:
, and.CHECKSUM
, which contains a checksum of all files listed instatus:
. This is useful for manual checking when using external, or even remote, artifacts when usingstatus:
(#216).