From 7c552ba9189735fa1c771e175ce8a46f99833256 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 23 Jul 2024 18:45:31 +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 3da9a2f5..a43eed9d 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-fs 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: