From 01716f55b360a5118ec39d6f34ab5a68abe80694 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 9 May 2024 10:17:03 +0100 Subject: [PATCH] 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 --- ...2024-04-09-variables.mdx => 2024-05-09-any-variables.mdx} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename website/blog/{2024-04-09-variables.mdx => 2024-05-09-any-variables.mdx} (96%) diff --git a/website/blog/2024-04-09-variables.mdx b/website/blog/2024-05-09-any-variables.mdx similarity index 96% rename from website/blog/2024-04-09-variables.mdx rename to website/blog/2024-05-09-any-variables.mdx index b2a829e7..75da52e5 100644 --- a/website/blog/2024-04-09-variables.mdx +++ b/website/blog/2024-05-09-any-variables.mdx @@ -6,7 +6,6 @@ authors: [pd93] tags: [experiments, variables] image: https://i.imgur.com/mErPwqL.png hide_table_of_contents: false -draft: true --- import Tabs from '@theme/Tabs'; @@ -15,7 +14,7 @@ import TabItem from '@theme/TabItem'; Task has always had variables, but even though you were able to define them using different YAML types, they would always be converted to strings by Task. This limited users to string manipulation and encouraged messy workarounds for -simple problems. Starting from [v3.36.0][v3.36.0], this is no longer the case! +simple problems. Starting from [v3.37.0][v3.37.0], this is no longer the case! Task now supports most variable types, including **booleans**, **integers**, **floats** and **arrays**! @@ -175,7 +174,7 @@ We're looking for feedback on a couple of different proposals, so please give them a go and let us know what you think. :pray: {/* prettier-ignore-start */} -[v3.36.0]: https://github.com/go-task/task/releases/tag/v3.36.0 +[v3.37.0]: https://github.com/go-task/task/releases/tag/v3.37.0 [slim-sprig-math]: https://go-task.github.io/slim-sprig/math.html [slim-sprig-list]: https://go-task.github.io/slim-sprig/lists.html [map-variables]: /experiments/map-variables