mirror of
https://github.com/go-task/task.git
synced 2025-01-22 05:10:17 +02:00
parent
b6c25e3ad9
commit
8788703ac6
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- Follow symlinks on `sources`
|
||||||
|
([#826](https://github.com/go-task/task/issues/826), [#831](https://github.com/go-task/task/pull/831)).
|
||||||
- Improvements and fixes to Bash completion
|
- Improvements and fixes to Bash completion
|
||||||
([#835](https://github.com/go-task/task/pull/835), [#844](https://github.com/go-task/task/pull/844)).
|
([#835](https://github.com/go-task/task/pull/835), [#844](https://github.com/go-task/task/pull/844)).
|
||||||
|
|
||||||
|
@ -1,13 +1,16 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
default:
|
default:
|
||||||
sources:
|
sources:
|
||||||
- src/**/*
|
- src/**/*
|
||||||
cmds:
|
cmds:
|
||||||
- echo "some job"
|
- echo "some job"
|
||||||
|
|
||||||
test-sym:
|
test-sym:
|
||||||
cmds:
|
cmds:
|
||||||
- echo "shared file source changed" > src/shared/b
|
- echo "shared file source changed" > src/shared/b
|
||||||
|
|
||||||
reset:
|
reset:
|
||||||
cmds:
|
cmds:
|
||||||
- echo "shared file source" > src/shared/b
|
- echo "shared file source" > src/shared/b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user