Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .chglog/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading