BUILD: GoReleaser changelog dependencies regex (#3593)

This commit is contained in:
Jeffrey Cafferata 2025-06-01 15:03:17 +02:00 committed by GitHub
parent 52e7caa8e1
commit c32432eb5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ changelog:
regexp: "(?i)^.*(build|ci|cicd)[(\\w)]*:+.*$"
order: 4
- title: 'Dependencies:'
regexp: "(?i)^.*Build\\(deps\\)*:+.*$|(?i)^.*update deps+.*$"
regexp: "(?i)^.*\\b(deps|dependencies)\\b.*$"
order: 5
- title: 'Other changes and improvements:'
order: 9