Skip to content

Commit be990fe

Browse files
committed
[INTERNAL] Changelog: Filter v3 tags, ignore v4
See SAP/ui5-cli#482
1 parent 18f8338 commit be990fe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.chglog/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ info:
44
title: CHANGELOG
55
repository_url: https://github.com/SAP/ui5-server
66
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
78
commits:
89
filters:
910
Type:

.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-server
55
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
77
commits:
88
filters:
99
Type:

0 commit comments

Comments
 (0)