From 4fcb2d813fdd1740a1b751272499c762f1955859 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 23 Jul 2024 18:45:28 +0200 Subject: [PATCH] [INTERNAL] Release notes: Ignore v3 tags when generating release notes --- .chglog/release-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chglog/release-config.yml b/.chglog/release-config.yml index 99fa199e..154e6bd1 100755 --- a/.chglog/release-config.yml +++ b/.chglog/release-config.yml @@ -3,7 +3,7 @@ template: RELEASE.tpl.md info: repository_url: https://github.com/SAP/ui5-cli options: - tag_filter_pattern: '^v[^012]' # For release notes ignore versions below v4 to that we always compare the _last v4+_ tag with the current release + tag_filter_pattern: '^v[^0123]' # For release notes ignore versions below v4 to that we always compare the _last v4+_ tag with the current release commits: filters: Type: