From 84e152433a06bea67f3ab320299566a62d81fcb3 Mon Sep 17 00:00:00 2001 From: freddydk Date: Fri, 26 Jan 2024 08:22:21 +0100 Subject: [PATCH] release note --- RELEASENOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a7412b2a4..232e65cf7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -7,6 +7,7 @@ Note that when using the preview version of AL-Go for GitHub, we recommend you U ### Issues - Support release branches that start with releases/ +- Issue 870 Improve Error Handling when CLI is missing ### Build modes AL-Go ships with Default, Translated and Clean mode out of the box. Now you can also define custom build modes in addition to the ones shipped with AL-Go. This allows you to define your own build modes, which can be used to build your apps in different ways. By default, a custom build mode will build the apps similarly to the Default mode but this behavior can be overridden in e.g. script overrides in your repository.