mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	chore: add changelog entry for #1343
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user