1
0
mirror of https://github.com/go-task/task.git synced 2025-02-09 13:47:06 +02:00

chore(changelog): add entry for #1131

This commit is contained in:
Andrey Nering 2023-06-10 22:11:54 -03:00
parent e2c1b3b931
commit 6cc8d602fc

View File

@ -10,7 +10,11 @@
(#1197, #1198, #1199 by @pd93).
- Added a new `prompt:` prop to set a warning prompt to be shown before running
a potential dangurous task (#100, #1163 by @MaxCheetham,
[Documentation](https://taskfile.dev/usage/#warning-prompts))
[Documentation](https://taskfile.dev/usage/#warning-prompts)).
- Added support for single command task syntax. With this change, it's now
possible to declare just `cmd:` in a task, avoiding the more complex
`cmds: []` when you have only a single command for that task
(#1130, #1131 by @timdp).
## v3.25.0 - 2023-05-22