You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .chglog/config.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ info:
4
4
title: CHANGELOG
5
5
repository_url: https://github.com/SAP/ui5-server
6
6
options:
7
+
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
Copy file name to clipboardExpand all lines: .chglog/release-config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ template: RELEASE.tpl.md
3
3
info:
4
4
repository_url: https://github.com/SAP/ui5-server
5
5
options:
6
-
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
6
+
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
0 commit comments