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: