From c1d0389f1b2ec7a7c45000647a4c440c6c1bc5b3 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Mon, 17 Nov 2025 13:08:19 +0100 Subject: [PATCH] [INTERNAL] Changelog: Filter v3 tags, ignore v4 See https://github.com/SAP/ui5-cli/pull/482 --- .chglog/config.yml | 1 + .chglog/release-config.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.chglog/config.yml b/.chglog/config.yml index b3601636f..8dd0d8924 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -4,6 +4,7 @@ info: title: CHANGELOG repository_url: https://github.com/SAP/ui5-builder options: + tag_filter_pattern: '^v[^0124]' # For release notes ignore versions below and above v3 to that we always compare the _last v3_ tag with the current release commits: filters: Type: diff --git a/.chglog/release-config.yml b/.chglog/release-config.yml index d56659f1c..942497149 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-builder options: - tag_filter_pattern: '^v[^012]' # For release notes ignore versions below v3 to that we always compare the _last v3+_ tag with the current release + tag_filter_pattern: '^v[^0124]' # For release notes ignore versions below and above v3 to that we always compare the _last v3_ tag with the current release commits: filters: Type: