From e4baf66e6c950f5809539f0597d89b40d15841b9 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Mon, 17 Nov 2025 13:08:20 +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 de0a56938..fe00e6484 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -4,6 +4,7 @@ info: title: CHANGELOG repository_url: https://github.com/SAP/ui5-project 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 e9f395f72..1625d8426 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-project 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: