From c76c681312ff75ce9c19146058e412acae3e5cd4 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 6 Mar 2024 12:38:43 +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 9b23626910..fcfdb43d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1524,8 +1524,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