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

chore: add changelog entry for #1343

This commit is contained in:
Andrey Nering 2023-10-07 18:59:20 -03:00
parent 05755f3a52
commit 5168e54af7
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
have been reaching this limit organically now that we have loops. This check
exists to detect recursive calls, but will be removed in favor of a better
algorithm soon (#1321, #1332).
- Fixed templating on descriptions on `task --list` (#1343 by @blackjid).
## v3.30.1 - 2023-09-14

View File

@ -1,8 +1,8 @@
version: '3'
vars:
foo: bar
FOO: bar
tasks:
foo:
desc: "task has desc with {{ .foo }} var"
desc: "task has desc with {{.FOO}} var"