From f4c7ca08491ced86cde3eec6c08d8cc530a9f82d Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:22:17 +0100 Subject: [PATCH] chore(issue_templates): Add --release dev option to stack install command --- .github/ISSUE_TEMPLATE/release-from-scratch-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md index 50e6ca44..579f2629 100644 --- a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md @@ -112,5 +112,5 @@ Some stacks are not used by demos, but still need testing in some way. You can install the stack via: ```shell -stackablectl stack install +stackablectl stack install --release dev ```