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: