Skip to content

Commit 5e87b55

Browse files
author
Enda
authored
chore: fix tag filter
1 parent a82e1c7 commit 5e87b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.chglog/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
title: CHANGELOG
55
repository_url: https://github.com/redhat-developer/app-services-cli
66
options:
7-
tag_filter_pattern: '^[0-9]+\.[0-9]+\.[0-9]+$'
7+
tag_filter_pattern: '^v[0-9]+\.[0-9]+\.[0-9]+$'
88
commits:
99
filters:
1010
Type:
@@ -25,4 +25,4 @@ options:
2525
- Subject
2626
notes:
2727
keywords:
28-
- BREAKING CHANGE
28+
- BREAKING CHANGE

0 commit comments

Comments
 (0)