From a18d54afeb529f1f9df5775783e431433f16e6bd Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:31:16 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91e553b2..f81692d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1784,8 +1784,8 @@ The following sections list the changes for 5.0.0-rc.5. * Enhancement - Add a make step to validate the env var annotations: [#8436](https://github.com/owncloud/ocis/pull/8436) - We have added a make step `make validate-env-var-annotations` to validate the - env var annotations in to the environment variables. + We have added a make step `make check-env-var-annotations` to validate the + environment variable annotations in to the environment variables. https://github.com/owncloud/ocis/issues/8258 https://github.com/owncloud/ocis/pull/8436