From 65dc1413d3911e3275406771b32573c896bb1db5 Mon Sep 17 00:00:00 2001 From: Daniel <7765498+dkoether@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:47:54 +0100 Subject: [PATCH] Update UPGRADE.md (#3458) --- docs/UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UPGRADE.md b/docs/UPGRADE.md index 389d68358..964aa50cc 100644 --- a/docs/UPGRADE.md +++ b/docs/UPGRADE.md @@ -66,7 +66,7 @@ ``` 11. Replace `local()` tasks with combination of `once()` and `runLocally()` func. 12. Replace `locateBinaryPath()` with `which()` func. -13. Configuration property `default_stage` is not supported. +13. Configuration property `default_stage` is not supported anymore and has been dropped. 14. Replace `onHosts()` and `onStage()` with [labels & selectors](selector.md). 15. Replace `setPrivate()` with [`hidden()`](tasks.md#hidden).