We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d7f04 commit d3060b0Copy full SHA for d3060b0
CHANGELOG.md
@@ -9,7 +9,13 @@
9
([#246](https://github.com/go-task/task/issues/246)).
10
- Changed default method from `timestamp` to `checksum`
11
12
-
+- New magic variables are now available when using `status:`:
13
+ `.TIMESTAMP` which contains the greatest modification date
14
+ from the files listed in `sources:`, and `.CHECKSUM`, which
15
+ contains a checksum of all files listed in `status:`.
16
+ This is useful for manual checking when using external, or even remote,
17
+ artifacts when using `status:`
18
+ ([#216](https://github.com/go-task/task/pull/216)).
19
20
## v3.0.0 - Preview 1
21
0 commit comments