mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
CHANGELOG: Add entry for #1035
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- Fixed bug where `.task/checksum` file was sometimes not being created when
|
||||||
|
task also declares a `status:`
|
||||||
|
([#840](https://github.com/go-task/task/issues/840), [#1035](https://github.com/go-task/task/pull/1035) by @harelwa).
|
||||||
- Fixed deadlock issue when using `run: once`
|
- Fixed deadlock issue when using `run: once`
|
||||||
([#715](https://github.com/go-task/task/issues/715), [#1025](https://github.com/go-task/task/pull/1025) by @theunrepentantgeek).
|
([#715](https://github.com/go-task/task/issues/715), [#1025](https://github.com/go-task/task/pull/1025) by @theunrepentantgeek).
|
||||||
|
|
||||||
|
1
testdata/checksum/Taskfile.yml
vendored
1
testdata/checksum/Taskfile.yml
vendored
@@ -18,4 +18,3 @@ tasks:
|
|||||||
- ./source.txt
|
- ./source.txt
|
||||||
status:
|
status:
|
||||||
- test -f ./generated.txt
|
- test -f ./generated.txt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user