Skip to content

Commit 01716f5

Browse files
authored
chore: prep any variables for release (#1586)
* chore: release blog post * chore: rename blog post to any-variables * chore: update the release version in the blog * chore: update blog date
1 parent ca364c2 commit 01716f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ authors: [pd93]
66
tags: [experiments, variables]
77
image: https://i.imgur.com/mErPwqL.png
88
hide_table_of_contents: false
9-
draft: true
109
---
1110

1211
import Tabs from '@theme/Tabs';
@@ -15,7 +14,7 @@ import TabItem from '@theme/TabItem';
1514
Task has always had variables, but even though you were able to define them
1615
using different YAML types, they would always be converted to strings by Task.
1716
This limited users to string manipulation and encouraged messy workarounds for
18-
simple problems. Starting from [v3.36.0][v3.36.0], this is no longer the case!
17+
simple problems. Starting from [v3.37.0][v3.37.0], this is no longer the case!
1918
Task now supports most variable types, including **booleans**, **integers**,
2019
**floats** and **arrays**!
2120

@@ -175,7 +174,7 @@ We're looking for feedback on a couple of different proposals, so please give
175174
them a go and let us know what you think. :pray:
176175

177176
{/* prettier-ignore-start */}
178-
[v3.36.0]: https://github.com/go-task/task/releases/tag/v3.36.0
177+
[v3.37.0]: https://github.com/go-task/task/releases/tag/v3.37.0
179178
[slim-sprig-math]: https://go-task.github.io/slim-sprig/math.html
180179
[slim-sprig-list]: https://go-task.github.io/slim-sprig/lists.html
181180
[map-variables]: /experiments/map-variables

0 commit comments

Comments
 (0)