mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-07 21:54:59 +08:00
BUILD: GoReleaser changelog dependencies regex (#3593)
This commit is contained in:
parent
52e7caa8e1
commit
c32432eb5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue