Skip to content

Commit 52bcc14

Browse files
committed
[INTERNAL] Release notes: Ignore v3 tags when generating release notes
1 parent 9726e6c commit 52bcc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.chglog/release-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ template: RELEASE.tpl.md
33
info:
44
repository_url: https://github.com/SAP/ui5-builder
55
options:
6-
tag_filter_pattern: '^v[^012]' # For release notes ignore versions below v4 to that we always compare the _last v4+_ tag with the current release
6+
tag_filter_pattern: '^v[^0123]' # For release notes ignore versions below v4 to that we always compare the _last v4+_ tag with the current release
77
commits:
88
filters:
99
Type:

0 commit comments

Comments
 (0)